From f6134a79c931733130afda1fe89ebc2ab140ecc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20K=C3=B6ppe?= Date: Mon, 23 Jun 2003 14:07:17 +0000 Subject: [PATCH] Fixed last change git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4919 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- TODO | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index a938aa9e1..3220bf512 100644 --- a/TODO +++ b/TODO @@ -116,7 +116,8 @@ defer ready to go. The primary obstacle lies in the target language %typemap(in) ( int FIRST, double SECOND ) { ... } - -> $typemap(in, input=x) int FIRST = foo, double SECOND = bar; + -> $typemap(in, input=x) + ( int FIRST = foo, double SECOND = bar ); The advantage of this syntax would be that the formal arguments (int FIRST, double SECOND) are close to the