aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2006-10-04 09:57:34 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2006-10-04 09:57:34 +0000
commitf776fc58f1fd492f583bdbd97fceffd851bae41d (patch)
treec249b8ddfa56675d435cc8f79421bbf275400636
parent44e96a0485f02f9026bfa35dcda2cdd53204577f (diff)
added LATER...
svn path=/trunk/externals/zexy/; revision=6073
-rw-r--r--src/makesymbol.c14
1 files changed, 12 insertions, 2 deletions
diff --git a/src/makesymbol.c b/src/makesymbol.c
index eac949c..1811d9b 100644
--- a/src/makesymbol.c
+++ b/src/makesymbol.c
@@ -18,8 +18,18 @@
/*
(l) 1210:forum::für::umläute:1999
- "makesymbol" is something between "symbol" and "makefilename", thus storing and creating (formatted)
- symbols...
+"makesymbol" is something between "symbol" and "makefilename",
+ thus storing and creating (formatted) symbols...
+
+
+ TODO:
+ the use of only "%s" is really not very satisfying
+ LATER:
+ split the entire format string into subformats with only
+ one format-placeholder ("%[^%]*[diufFgGxXoscpn]") .
+ split the entire format string into subformats with only one format-placeholder,
+ store the types
+ when a list comes in, evaluate each subformat (with prior type-conversion)
*/