diff --git a/.cvsignore b/.cvsignore new file mode 100644 index 000000000..9ba214479 --- /dev/null +++ b/.cvsignore @@ -0,0 +1,4 @@ +swig +configure +config.* +Makefile diff --git a/CHANGES b/CHANGES index 7a365ac2b..6fd662176 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,8 @@ SWIG (Simplified Wrapper and Interface Generator) 1/13/00 : loic + Added .cvsignore, Examples/.cvsignore, Source/DOH/Doh/.cvsignore + Source/SWIG1.1/main.cxx: Fixed -I handling bug Source/Modules1.1/java.cxx: fixed char* -> const char* warnings that are errors when compiling with gcc-2.95.2 Source/SWIG1.1/main.cxx: cast const char* to char* for String_replace diff --git a/Examples/.cvsignore b/Examples/.cvsignore new file mode 100644 index 000000000..f3c7a7c5d --- /dev/null +++ b/Examples/.cvsignore @@ -0,0 +1 @@ +Makefile diff --git a/Source/DOH/Doh/.cvsignore b/Source/DOH/Doh/.cvsignore new file mode 100644 index 000000000..f3c7a7c5d --- /dev/null +++ b/Source/DOH/Doh/.cvsignore @@ -0,0 +1 @@ +Makefile diff --git a/Source/SWIG1.1/main.cxx b/Source/SWIG1.1/main.cxx index 195b66398..dbf854505 100644 --- a/Source/SWIG1.1/main.cxx +++ b/Source/SWIG1.1/main.cxx @@ -245,7 +245,7 @@ int SWIG_main(int argc, char *argv[], Language *l, Documentation *d) { } while (includecount > 0) { - SWIG_add_directory((DOH *) includefiles[includecount--]); + SWIG_add_directory((DOH *) includefiles[--includecount]); } // Open up a comment handler