From d1426aaa4309b76197e4514d858641bcd96b937b Mon Sep 17 00:00:00 2001 From: uz Date: Sun, 12 Jun 2011 21:29:07 +0000 Subject: [PATCH] Finished implemenation of commands to delete macros. Added the new commands to the docs. git-svn-id: svn://svn.cc65.org/cc65/trunk@5050 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- doc/ca65.sgml | 202 +++++++++++++++++++++++++++++++++------------ src/ca65/macro.c | 75 ++++++++++++++--- src/ca65/macro.h | 6 +- src/ca65/pseudo.c | 25 ++++-- src/ca65/scanner.c | 2 + src/ca65/token.h | 1 + 6 files changed, 239 insertions(+), 72 deletions(-) diff --git a/doc/ca65.sgml b/doc/ca65.sgml index 9c40084f1..3f5e9e9ef 100644 --- a/doc/ca65.sgml +++ b/doc/ca65.sgml @@ -2113,7 +2113,22 @@ Here's a list of all control commands and a description, what they do: Start a define style macro definition. The command is followed by an identifier (the macro name) and optionally by a list of formal arguments in braces. - See section . + See also the command and + section . + + +.DELMAC, .DELMACRO