bool patch code removal

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5729 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2004-02-20 22:52:49 +00:00
commit 5998ecb442

View file

@ -28,21 +28,6 @@ extern "C" {
#include "swigconfig.h"
#endif
/*
**** THIS PATCH IS REJECTED. DO NOT USE 'bool' DATATYPE IN THE SWIG IMPLEMENTATION.
**** NOT PORTABLE. -- Dave
#if defined(__cplusplus) && !defined(HAVE_BOOL)
typedef int bool;
#define true ((bool)1)
#define false ((bool)0)
#endif
**********************
*/
#include "doh.h"
/* Status codes */