c++11 linux compile conflicts with perl

This commit is contained in:
KimLS
2013-02-23 00:06:03 -08:00
parent 86c8b11102
commit f32048808a
15 changed files with 60 additions and 0 deletions
+4
View File
@@ -32,6 +32,10 @@ typedef const char Const_char;
#include "EQWParser.h"
#include "EQLConfig.h"
#ifdef seed
#undef seed
#endif
#ifdef THIS /* this macro seems to leak out on some systems */
#undef THIS
#endif