Add a const.
This commit is contained in:
parent
1ea45a0917
commit
4ffe8521c9
@ -61,8 +61,8 @@
|
|||||||
#define LINE_COMMENT_CHARS "#"
|
#define LINE_COMMENT_CHARS "#"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
char comment_chars[] = "#";
|
const char comment_chars[] = "#";
|
||||||
char line_comment_chars[] = LINE_COMMENT_CHARS;
|
const char line_comment_chars[] = LINE_COMMENT_CHARS;
|
||||||
#if !defined(ABSOLUTE_PREFIX) && !defined(IMMEDIATE_PREFIX)
|
#if !defined(ABSOLUTE_PREFIX) && !defined(IMMEDIATE_PREFIX)
|
||||||
#define ABSOLUTE_PREFIX '@' /* One or the other MUST be defined */
|
#define ABSOLUTE_PREFIX '@' /* One or the other MUST be defined */
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user