]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - lexer.h
reclassify_token should only deal with tokens < TOKEN_START... should fix #113
[xonotic/gmqcc.git] / lexer.h
diff --git a/lexer.h b/lexer.h
index cde0863e80877952a7dd8f518bed167ed0355780..f51d56e9073840d021e09f66e6ce03a68c16a54c 100644 (file)
--- a/lexer.h
+++ b/lexer.h
@@ -22,7 +22,6 @@
  */
 #ifndef GMQCC_LEXER_HDR
 #define GMQCC_LEXER_HDR
-
 typedef struct token_s token;
 
 struct token_s {