]> git.sur5r.net Git - cc65/blobdiff - src/common/filepos.h
Renamed to '--no-std-lib'
[cc65] / src / common / filepos.h
index 21ef2e7b0c570ba26f6526775bacdce76649b04c..d6368ad6f63b3d2c8b5030be850ee1d247e35882 100644 (file)
@@ -68,15 +68,12 @@ void InitFilePos (FilePos* P);
 
 int CompareFilePos (const FilePos* P1, const FilePos* P2);
 /* Compare two file positions. Return zero if both are equal, return a value
- * > 0 if P1 is greater and P2, and a value < 0 if P1 is less than P2. The
- * compare rates file index over line over column.
- */
+** > 0 if P1 is greater and P2, and a value < 0 if P1 is less than P2. The
+** compare rates file index over line over column.
+*/
 
 
 
 /* End of filepos.h */
 
 #endif
-
-
-