Removed the config.h thing from the .h's in the source dir.
So we should be all set now :) Kent -- mein@cs.umn.edu
This commit is contained in:
@@ -13,17 +13,11 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#ifdef WIN32
|
||||
#pragma warning (disable:4786)
|
||||
#endif //WIN32
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////////////
|
||||
/////////////////////////////////////////////////////////////////////////////////////
|
||||
////
|
||||
//// Baseclass CValue
|
||||
//// Together with CExpression, CValue and it's derived classes can be used to
|
||||
//// parse expressions into a parsetree with error detecting/correcting capabilities
|
||||
@@ -41,7 +35,6 @@
|
||||
//// Some small editor-specific things added
|
||||
//// A helperclass CompressorArchive handles the serialization
|
||||
////
|
||||
////////////////////////////////////////////////////////////////////////////////////
|
||||
/////////////////////////////////////////////////////////////////////////////////////
|
||||
#ifndef __VALUE_H__
|
||||
#define __VALUE_H__
|
||||
@@ -49,9 +42,6 @@
|
||||
#include <map> // array functionality for the propertylist
|
||||
#include "STR_String.h" // STR_String class
|
||||
|
||||
|
||||
|
||||
|
||||
#ifndef GEN_NO_ASSERT
|
||||
#undef assert
|
||||
#define assert(exp) ((void)NULL)
|
||||
@@ -68,9 +58,6 @@
|
||||
#define debug(exp) ((void)NULL)
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
||||
#ifndef GEN_NO_ASSERTD
|
||||
#undef assertd
|
||||
#define assertd(exp) ((void)NULL)
|
||||
|
Reference in New Issue
Block a user