- Removed engine/sys_strings.*
- Renamed sys_string_t -> SystemString, sys_strings_t -> SystemStrings svn-id: r38916
This commit is contained in:
parent
2d1fd81f90
commit
6c879e96d1
11 changed files with 229 additions and 348 deletions
|
@ -414,7 +414,7 @@ static void _c_single_seg_info(EngineState *s, mem_obj_t *mobj) {
|
|||
break;
|
||||
|
||||
case MEM_OBJ_SYS_STRINGS: {
|
||||
sys_strings_t *strings = &(mobj->data.sys_strings);
|
||||
SystemStrings *strings = &(mobj->data.sys_strings);
|
||||
int i;
|
||||
|
||||
sciprintf("system string table\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue