12 lines
114 B
C
12 lines
114 B
C
|
|
struct position
|
|
{
|
|
struct string* filename;
|
|
|
|
unsigned line, column;
|
|
|
|
unsigned refcount;
|
|
};
|
|
|
|
|
|
|