mirror of
https://github.com/Interlisp/maiko.git
synced 2026-02-08 01:01:18 +00:00
Sprinkle some const on char * params. (#298)
This is enough to let us move `il_string` in `loopsops.c` into read-only storage.
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
#include "gcarraydefs.h"
|
||||
#include "gchtfinddefs.h"
|
||||
|
||||
static char il_string[] = "INTERLISP";
|
||||
static const char il_string[] = "INTERLISP";
|
||||
#define GET_IL_ATOM(string) get_package_atom((string), (sizeof(string) - 1), il_string, 9, NIL)
|
||||
|
||||
#define AtomValPtr(index) Addr68k_from_LADDR(*(GetVALCELL68k(index)))
|
||||
|
||||
Reference in New Issue
Block a user