]> git.lyx.org Git - lyx.git/blobdiff - src/lyxlex.h
Some more fixes to compiler warnings.
[lyx.git] / src / lyxlex.h
index b85c8cc367b7b2ef641a6803a20c3995d80e126d..f884ccd8ebcb622797022b1fcc6b84daebf6d4a9 100644 (file)
@@ -21,7 +21,7 @@ struct keyword_item {
        ///
        char const * tag;
        ///
-       short code;
+       int code;
 };
 
 /** Generalized simple lexical analizer.
@@ -102,8 +102,6 @@ public:
        bool eatLine();
        ///
        int findToken(char const * str[]);
-       ///
-       int checkToken(char const * str[], int print_error);
 
        ///
        string const text() const;