minor clarification in test comment
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12198 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
aa728ece67
commit
1e6ed0843f
1 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
|||
// Tests SWIG's *default* handling of varargs. The default behavior is to simply ignore the varargs.
|
||||
// Tests SWIG's *default* handling of varargs (function varargs, not preprocessor varargs).
|
||||
// The default behavior is to simply ignore the varargs.
|
||||
%module varargs
|
||||
|
||||
%varargs(int mode = 0) test_def;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue