Oh, right, dangling pragma

This commit is contained in:
mac 2000-08-18 08:57:26 +00:00
commit be0c1996f7

View file

@ -1,4 +1,6 @@
#ifdef _MSC_VER
#pragma warning(disable:4786)
#endif
#include <gp/eoParseTree.h>
#include <eoEvalFunc.h>