]> git.sur5r.net Git - cc65/blobdiff - src/cc65/codeinfo.h
Fixed more E_MCONST issues
[cc65] / src / cc65 / codeinfo.h
index 87e7a1248957ff9e2cd61ddeea77d9b74e46698c..b9f2a08c0b40324beaaf3a239b05bd60f1d757b5 100644 (file)
@@ -82,6 +82,9 @@ void GetFuncInfo (const char* Name, unsigned char* Use, unsigned char* Chg);
  * load all registers.
  */
 
+int IsZPName (const char* Name);
+/* Return true if the given name is a zero page symbol */
+
 unsigned char GetRegInfo (struct CodeSeg* S, unsigned Index);
 /* Determine register usage information for the instructions starting at the
  * given index.