]> git.sur5r.net Git - cc65/blobdiff - src/cc65/util.h
Cosmetic changes
[cc65] / src / cc65 / util.h
index bfbe1e04eceb55ecc224d9993a6d534adbfe744d..700f85dbab30da8448f724936fa02633da7ef001 100644 (file)
@@ -17,9 +17,6 @@
 
 
 
-int IsQuoteChar (char c);
-/* Return true if c is a single or double quote */
-
 int powerof2 (unsigned long val);
 /* Return the exponent if val is a power of two. Return -1 if val is not a
  * power of two.