*** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@480 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
096fa28723
commit
a352936e89
2 changed files with 16 additions and 1 deletions
15
CHANGES
15
CHANGES
|
|
@ -1,5 +1,20 @@
|
|||
SWIG (Simplified Wrapper and Interface Generator)
|
||||
|
||||
6/16/00 : beazley
|
||||
Added -includeall to follow all #include statements in the
|
||||
preprocessor.
|
||||
|
||||
6/15/00 : beazley
|
||||
Tried to fix as many C++ warnings as possible when compiling
|
||||
with the Sun Workshop C++ compiler. Unfortunately, this means
|
||||
that there are a lot of statements that contain string literals
|
||||
of the form (char*)"Blah".
|
||||
|
||||
6/15/00: beazley
|
||||
A variety of cleanup and performance optimization in the
|
||||
low-level DOH library. This seems to result in a speedup
|
||||
of 50-100% for preprocessing and other related tasks.
|
||||
|
||||
5/10/00 : ttn
|
||||
Applied variable-wrapping bugfix patch contributed
|
||||
by Matthias Koeppe.
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ static char cvsroot[] = "$Header$";
|
|||
#include <ctype.h>
|
||||
|
||||
static DOHHash *cpp = 0; /* C preprocessor data */
|
||||
static int include_all = 1; /* Follow all includes */
|
||||
static int include_all = 0; /* Follow all includes */
|
||||
static int single_include = 1; /* Only include each file once */
|
||||
static int silent_errors = 0;
|
||||
static DOHHash *included_files = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue