]> git.sur5r.net Git - cc65/blobdiff - src/ca65/istack.h
The longbranch macros did not work with numeric addresses
[cc65] / src / ca65 / istack.h
index 0e8d893e9cc4b3e7d82411da39f139889f5d7463..5529c7911c741a8e5373808e0ef1cb1bf4f01e96 100644 (file)
@@ -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