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:
William S Fulton 2010-09-01 21:11:09 +00:00
commit 1e6ed0843f

View file

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