mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-21 18:01:15 +00:00
Remove the string:string concatentation TODO item.
I think it may have been for compatibility with a certain qcc variant (no idea which one, though). While the shift/reduce conflict is fixable using "%prec IFX" on the const:string rule, the colon breaks test?"a":"b". Putting parentheses around "a" allows such a construct, requiring them breaks comatibility with C. I think this feature just isn't worth that.
This commit is contained in:
parent
257597fd38
commit
16d899ace5
1 changed files with 0 additions and 1 deletions
|
@ -20,4 +20,3 @@ o optional arguments for functions (alternative to overloading)
|
|||
vector(vector fwd, optional vector up) vectoangles = #51;
|
||||
? try to reduce memory consumption
|
||||
?? embedded nul characters in strings (why?)
|
||||
?? "":"" string concatenation (parser issues) (why?)
|
||||
|
|
Loading…
Reference in a new issue