Remove #pragmas to switch to the RODATA segment since the compiler will do
this now without help. git-svn-id: svn://svn.cc65.org/cc65/trunk@263 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -9,10 +9,7 @@
|
||||
|
||||
|
||||
|
||||
/* Place the following data into the readonly data segment */
|
||||
#pragma dataseg ("RODATA")
|
||||
|
||||
const char* _sys_errlist[] = {
|
||||
const char* const _sys_errlist[] = {
|
||||
"Unknown error", /* 0 */
|
||||
"No such file or directory", /* 1 */
|
||||
"Out of memory", /* 2 */
|
||||
|
||||
Reference in New Issue
Block a user