diff --git a/src/common/filepos.h b/src/common/filepos.h index 1f46fd91c..7ccde3751 100644 --- a/src/common/filepos.h +++ b/src/common/filepos.h @@ -45,8 +45,8 @@ /* Type of a file position */ -typedef struct FilePos_ FilePos; -struct FilePos_ { +typedef struct FilePos FilePos; +struct FilePos { unsigned long Line; /* Line */ unsigned Col; /* Column */ unsigned Name; /* File */