Argument handling change.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4165 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
9ecc1d8e86
commit
1d4e3ec4ec
1 changed files with 3 additions and 3 deletions
|
|
@ -803,9 +803,9 @@ Preprocessor_replace(DOH *s)
|
|||
args = 0;
|
||||
}
|
||||
if (args) {
|
||||
List *nargs = evaluate_args(args);
|
||||
Delete(args);
|
||||
args = nargs;
|
||||
/* List *nargs = evaluate_args(args);
|
||||
Delete(args);
|
||||
args = nargs; */
|
||||
}
|
||||
|
||||
e = expand_macro(id,args);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue