Used more specific pointers instead of the "arbitary attribute pointer" used in type strings.

This commit is contained in:
acqn
2021-03-30 16:47:52 +08:00
committed by Oliver Schmidt
parent bfb7c936aa
commit 896f463a23
9 changed files with 32 additions and 19 deletions

View File

@@ -53,6 +53,7 @@
#include "declare.h"
#include "error.h"
#include "expr.h"
#include "funcdesc.h"
#include "function.h"
#include "global.h"
#include "input.h"