aboutsummaryrefslogtreecommitdiff
path: root/Lib/swig.swg
diff options
context:
space:
mode:
authorMarcelo Matus <mmatus@acms.arizona.edu>2006-02-10 09:00:00 +0000
committerMarcelo Matus <mmatus@acms.arizona.edu>2006-02-10 09:00:00 +0000
commit97775a5c806d7f6937a1f8abf14aad78e114ebcb (patch)
treeef14e32e2fbe62fd733e6820cd4ee8b2bc510241 /Lib/swig.swg
parent6f8342b50b95638d6e06fa069c1137556ee29055 (diff)
downloadswig-97775a5c806d7f6937a1f8abf14aad78e114ebcb.tar.gz
more fixes to use one line macro when possible
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8769 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Lib/swig.swg')
-rw-r--r--Lib/swig.swg4
1 files changed, 1 insertions, 3 deletions
diff --git a/Lib/swig.swg b/Lib/swig.swg
index 8ad22b843..2d21bbb5b 100644
--- a/Lib/swig.swg
+++ b/Lib/swig.swg
@@ -499,9 +499,7 @@ namespace std {
/* Macro for overload resolution */
-%define %typecheck(_x...)
-%typemap(typecheck, precedence=_x)
-%enddef
+%define %typecheck(_x...) %typemap(typecheck, precedence=_x) %enddef
/* Macros for precedence levels */