Added .cvsignore, Examples/.cvsignore, Source/DOH/Doh/.cvsignore

Source/SWIG1.1/main.cxx: Fixed -I handling bug


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@79 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Loic Dachary 2000-01-13 16:23:52 +00:00
commit ab8fcc0990
5 changed files with 9 additions and 1 deletions

View file

@ -0,0 +1 @@
Makefile

View file

@ -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