mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-02-21 19:01:29 +00:00
filling type_name in exec.c
This commit is contained in:
parent
5bb4e40c72
commit
30eac57199
1 changed files with 9 additions and 3 deletions
12
exec.c
12
exec.c
|
@ -609,10 +609,16 @@ const char *type_name[TYPE_COUNT] = {
|
||||||
"field",
|
"field",
|
||||||
"function",
|
"function",
|
||||||
"pointer",
|
"pointer",
|
||||||
#if 0
|
|
||||||
"integer",
|
"integer",
|
||||||
#endif
|
|
||||||
"variant"
|
"variant",
|
||||||
|
|
||||||
|
"struct",
|
||||||
|
"union",
|
||||||
|
"array",
|
||||||
|
|
||||||
|
"nil",
|
||||||
|
"noexpr"
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
|
Loading…
Reference in a new issue