X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2Fca65%2Fistack.h;h=5529c7911c741a8e5373808e0ef1cb1bf4f01e96;hb=46209118b1a77d2e57f28026b1e5916c2c074778;hp=0e8d893e9cc4b3e7d82411da39f139889f5d7463;hpb=522c7e8c46d0aae3b13885a769ca4a9e87e36733;p=cc65 diff --git a/src/ca65/istack.h b/src/ca65/istack.h index 0e8d893e9..5529c7911 100644 --- a/src/ca65/istack.h +++ b/src/ca65/istack.h @@ -53,7 +53,10 @@ void PopInput (void); int InputFromStack (void); /* Try to get input from the input stack. Return true if we had such input, * return false otherwise. - */ + */ + +int HavePushedInput (void); +/* Return true if we have stacked input available, return false if not */ void CheckInputStack (void); /* Called from the scanner before closing an input file. Will check for any