diff --git a/src/common/filepos.h b/src/common/filepos.h index 7ccde3751..dd41472f8 100644 --- a/src/common/filepos.h +++ b/src/common/filepos.h @@ -46,10 +46,10 @@ /* Type of a file position */ typedef struct FilePos FilePos; -struct FilePos { +struct FilePos { unsigned long Line; /* Line */ - unsigned Col; /* Column */ - unsigned Name; /* File */ + unsigned short Col; /* Column */ + unsigned short Name; /* File */ };