summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorMatthias Köppe <mkoeppe@mail.math.uni-magdeburg.de>2003-06-23 14:07:17 +0000
committerMatthias Köppe <mkoeppe@mail.math.uni-magdeburg.de>2003-06-23 14:07:17 +0000
commitf6134a79c931733130afda1fe89ebc2ab140ecc3 (patch)
tree2e435fb3c2c794f14b8ec7dbc197b1f33f5a890c /TODO
parenta5ad097f5eaf09fbe062d5c319aca206bce8ac0a (diff)
downloadswig-f6134a79c931733130afda1fe89ebc2ab140ecc3.tar.gz
Fixed last change
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4919 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 2 insertions, 1 deletions
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