Mercurial > hg > octave-nkf
diff PROJECTS @ 4452:f3c21a1d1c62
[project @ 2003-07-09 23:20:18 by jwe]
author | jwe |
---|---|
date | Wed, 09 Jul 2003 23:20:19 +0000 |
parents | f30803e587ac |
children | c2bb27ada496 |
line wrap: on
line diff
--- a/PROJECTS +++ b/PROJECTS @@ -241,16 +241,6 @@ * Fix the parser so that - function foo () - implicit_str_to_num_ok = 1; - '#' + 0; - endfunction - - succeeds, even when implicit_str_to_num_ok is 0 at the time the - function is parsed. - - * Fix the parser so that - if (expr) 'this is a string' end is parsed as IF expr STRING END.