]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - gmqcc.h
Count file lines
[xonotic/gmqcc.git] / gmqcc.h
diff --git a/gmqcc.h b/gmqcc.h
index e95e42860f729b1b92e18484df2039aea09cdcc1..853eb3315e581ff7ea81afbf43e3890931468958 100644 (file)
--- a/gmqcc.h
+++ b/gmqcc.h
@@ -32,6 +32,7 @@ struct lex_file {
        char  peek  [5];
        char  lastok[8192];
        
+       int   line;
        int   last;
        int   current;
        int   length;