]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - parser.h
more fixes
[xonotic/gmqcc.git] / parser.h
index 08692107b93dcf061cccff5032c095e77ee14cf9..147d292b3314cd20f98e5a42701750b10ee61023 100644 (file)
--- a/parser.h
+++ b/parser.h
@@ -36,7 +36,8 @@ typedef struct {
     hash_table_t    *imm_string_dotranslate; /* map<string, ast_value*> */
 } fold_t;
 
-#define parser_ctx(p)    ((p)->lex->tok.ctx)
+#define parser_ctx(p) ((p)->lex->tok.ctx)
+
 typedef struct parser_s {
     lex_file *lex;
     int      tok;