Added repeat support. Added short vs long expansion

This commit is contained in:
paul moore
2023-12-03 11:59:05 -08:00
parent 116f678180
commit 617eb0e065
4 changed files with 55 additions and 11 deletions

View File

@@ -36,7 +36,7 @@
#ifndef MACRO_H
#define MACRO_H
#include "toklist.h"
/*****************************************************************************/
/* Forwards */
@@ -105,7 +105,7 @@ void EnableDefineStyleMacros (void);
** DisableDefineStyleMacros.
*/
StrBuf MakeLineFromTokens (TokNode* first);
/* End of macro.h */