small fixes to make octave module compatible with octave 3.2
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11388 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
0576ffcde7
commit
cdc9de8210
4 changed files with 60 additions and 1 deletions
|
|
@ -1 +1,15 @@
|
|||
printf("begin\n");
|
||||
who global
|
||||
empty
|
||||
printf("after load\n");
|
||||
who global
|
||||
|
||||
#clear -g
|
||||
printf("after clear\n");
|
||||
who global
|
||||
|
||||
#clear empty
|
||||
printf("after clear specific\n");
|
||||
who global
|
||||
|
||||
printf("before shutdown\n");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue