diff --git a/src/common/filepos.h b/src/common/filepos.h index b9b2e4024..73179ccd5 100644 --- a/src/common/filepos.h +++ b/src/common/filepos.h @@ -47,9 +47,9 @@ /* Type of a file position */ typedef struct FilePos FilePos; struct FilePos { - unsigned long Line; /* Line */ - unsigned Col; /* Column */ - unsigned Name; /* File */ + unsigned Line; /* Line */ + unsigned Col; /* Column */ + unsigned Name; /* File */ }; /* Initializer for a FilePos */