cleaning up string builder

master
Allen Webster 2017-07-10 10:52:53 -04:00
parent 95c33280db
commit 84b5bc00af
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,5 @@
1
0
96
97

View File

@ -160,9 +160,11 @@ int main(){
META_BEGIN();
fm_init_system();
#if 0
i32 size = (512 << 20);
void *mem = malloc(size);
memset(mem, 0, size);
#endif
// NOTE(allen): Parse the internal string file.
char *string_files[] = { INTERNAL_STRING, 0 };