*** empty log message ***

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@1011 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Dave Beazley 2001-01-30 17:06:16 +00:00
commit bb2b81dc43
9 changed files with 296 additions and 329 deletions

View file

@ -73,7 +73,7 @@ int main(int argc, char **argv) {
} else if (strcmp(argv[1],"ret") == 0) {
call_func(4,seg_crash);
} else if (strcmp(argv[1],"test") == 0) {
test(-4,seg_crash);
test(-1000,seg_crash);
} else if (strcmp(argv[1],"double") == 0) {
double_crash(3.14159,2.1828);
} else if (strcmp(argv[1],"math") == 0) {