]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_hash.C
make \newcommand{\bb}[1]{\mathbf{#1}} work for read/write/display.
[lyx.git] / src / mathed / math_hash.C
index 59777ecb61d3ecb23e7bd1e25974e0a07d706220..46927b920b0e46672d20a9c88642f335a59b45ae 100644 (file)
@@ -11,6 +11,7 @@
 
 namespace {
 
+// global
 std::map<string, latexkeys> theWordList;
 
 
@@ -18,11 +19,12 @@ struct key_type {
        ///
        char const * name;
        ///
-       short token;
+       MathTokenEnum token;
        ///
        unsigned int id;
 };
 
+
 key_type wordlist_array[] = 
 {
        {"!",  LM_TK_SPACE, 0},