* support/Util/dbuf_string.c: removed (PTR) cast since it is not
[fw/sdcc] / src / SDCCval.h
index 27950882065d6d31391d0ec78c9920b0d20a5906..fbb0dbcc8c0bc57cb0efbdf47fd06fc35613e2a6 100644 (file)
@@ -85,13 +85,13 @@ CCR_RESULT;
 /* forward definitions for the symbol table related functions */
 void initValue ();
 value *newValue ();
-value *constVal (char *);
+value *constVal (const char *);
 value *reverseVal (value *);
 value *reverseValWithType (value *);
 value *copyValue (value *);
 value *copyValueChain (value *);
-value *strVal (char *);
-value *charVal (char *);
+value *strVal (const char *);
+value *charVal (const char *);
 value *symbolVal (symbol *);
 void printVal (value *);
 double floatFromVal (value *);