From: cuz Date: Wed, 23 May 2001 07:10:16 +0000 (+0000) Subject: Cosmetic change X-Git-Tag: V2.12.0~2818 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d390c51e57822d14ddd8421e1c59721540a4383d;p=cc65 Cosmetic change git-svn-id: svn://svn.cc65.org/cc65/trunk@746 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- 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 */