Fix macro output in the listing

git-svn-id: svn://svn.cc65.org/cc65/trunk@141 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2000-07-09 13:19:25 +00:00
parent c4cf60b521
commit 0e460243fd
3 changed files with 43 additions and 32 deletions

View File

@@ -136,6 +136,14 @@ int InputFromStack (void)
int HavePushedInput (void)
/* Return true if we have stacked input available, return false if not */
{
return (IStack != 0);
}
void CheckInputStack (void)
/* Called from the scanner before closing an input file. Will check for any
* stuff on the input stack.