Rename the attribute linenr of struct source_position_t to lineno.
[cparser] / token_t.h
index 7bdc8d8..6987f4c 100644 (file)
--- a/token_t.h
+++ b/token_t.h
@@ -53,7 +53,7 @@ typedef enum preprocessor_token_type_t {
 typedef struct source_position_t source_position_t;
 struct source_position_t {
        const char *input_name;
-       unsigned    linenr;
+       unsigned    lineno;
 };
 
 /* position used for "builtin" declarations/types */