[M3commit] CVS Update: cm3
Rodney M. Bates
rodney at elego.de
Fri Sep 28 00:28:51 CEST 2007
CVSROOT: /usr/cvs
Changes by: rodney at birch. 07/09/28 00:28:51
Modified files:
cm3/m3-sys/m3gdb/gdb/gdb/: m3-eval.c
Log message:
Add support of the concatenation operator "&".
Use calls on Text.Cat to do it.
NOTE: if you type 'print "ABC & " DEF"', m3gdb will execute three calls
in the target program. Two on Text.FromChars to get the TEXT
values allocated and one on Text.Cat to do the concatenation.
All three TEXT strings will be allocated, but will immediately
become garbage, available for collection.
More information about the M3commit
mailing list