Separated data initializer stuff from declaration stuff.

This commit is contained in:
acqn
2022-01-03 13:10:32 +08:00
parent 970607cde5
commit 21858b52e7
8 changed files with 866 additions and 725 deletions

View File

@@ -56,6 +56,7 @@
#include "funcdesc.h"
#include "function.h"
#include "global.h"
#include "initdata.h"
#include "input.h"
#include "litpool.h"
#include "macrotab.h"