/*****************************************************************************/
/* */
-/* filepos.h */
+/* filepos.h */
/* */
-/* File position data structure */
+/* File position data structure */
/* */
/* */
/* */
/*****************************************************************************/
-/* Data */
+/* Data */
/*****************************************************************************/
/* Type of a file position */
typedef struct FilePos FilePos;
struct FilePos {
- unsigned long Line; /* Line */
- unsigned short Col; /* Column */
- unsigned short Name; /* File */
+ unsigned long Line; /* Line */
+ unsigned Col; /* Column */
+ unsigned Name; /* File */
};
/* Initializer for a FilePos */
/*****************************************************************************/
-/* Code */
+/* Code */
/*****************************************************************************/