Merge branch 'release-2.140.136'
[feisty_meow.git] / infobase / examples / cpp_grammar_code / CxxParsing.hxx
index d5dc0316f1bfe7a30fa1481a97a884aeadc9be1a..a122f2a71d176ef1394329018ff27479bbf56696 100644 (file)
@@ -1,11 +1,11 @@
 #include <CxxToken.hxx>
 #include <stdio.h>
-#ifndef _MSC_VER
+//#ifndef _MSC_VER
 #include <alloca.h>
-#else
-#include <malloc.h>
+//#else
+//#include <malloc.h>
 //#define alloca _alloca
-#endif
+//#endif
 void advance_search();
 void end_search(CxxToken *aToken);
 YACC_MARK_TYPE mark();