*** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4703 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
7b5e723389
commit
74056cb11b
1 changed files with 5 additions and 0 deletions
|
|
@ -1,5 +1,10 @@
|
|||
%module preproc_6
|
||||
|
||||
%warnfilter(801) a; /* Ruby, wrong constant name */
|
||||
%warnfilter(801) b; /* Ruby, wrong constant name */
|
||||
%warnfilter(801) c; /* Ruby, wrong constant name */
|
||||
%warnfilter(801) d; /* Ruby, wrong constant name */
|
||||
|
||||
#define add(a, b) (a + b)
|
||||
#define times(a, b) (a * b)
|
||||
#define op(x) x(1, 5)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue