]> git.sur5r.net Git - cc65/commit
Removed the strexpr module and placed the implementation of the .STRING
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 23 Jun 2000 20:49:47 +0000 (20:49 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 23 Jun 2000 20:49:47 +0000 (20:49 +0000)
commit6b002da6039523520f6370e464c51b8278ae1629
treedc0acb2c445dd3ee021c9a8d1babc374be4830af
parent66df712d40c10a32fec3e4c1e04636fcdb16d934
Removed the strexpr module and placed the implementation of the .STRING
builtin function into the NextTok function.
Added the .CONCAT function.

git-svn-id: svn://svn.cc65.org/cc65/trunk@113 b7a2c559-68d2-44c3-8de9-860c34a00d81
src/ca65/make/gcc.mak
src/ca65/make/watcom.mak
src/ca65/nexttok.c
src/ca65/pseudo.c
src/ca65/scanner.c
src/ca65/scanner.h
src/ca65/strexpr.c [deleted file]
src/ca65/strexpr.h [deleted file]