From b2f71bf5bbfc503096da26c63593efe90b2eb102 Mon Sep 17 00:00:00 2001 From: vdhoeven Date: Thu, 24 Sep 2009 12:25:07 +0000 Subject: [PATCH] Minor fix git-svn-id: svn://svn.savannah.gnu.org/texmacs/trunk@2754 64cb5145-927a-446d-8aed-2fb7b4773692 --- src/src/System/Language/mathemagix_language.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/src/System/Language/mathemagix_language.cpp b/src/src/System/Language/mathemagix_language.cpp index b7872a9f..90adea6f 100644 --- a/src/src/System/Language/mathemagix_language.cpp +++ b/src/src/System/Language/mathemagix_language.cpp @@ -71,6 +71,7 @@ mathemagix_color_setup_constants (hashmap & t) { t ("cpp_flags")= c; t ("cpp_libs")= c; t ("cpp_preamble")= c; + t ("cpp_macro")= c; t ("true")= c; t ("false")= c; t ("mmout")= c; -- 2.11.4.GIT