mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-02-20 18:32:01 +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",
|
||||
"function",
|
||||
"pointer",
|
||||
#if 0
|
||||
"integer",
|
||||
#endif
|
||||
"variant"
|
||||
|
||||
"variant",
|
||||
|
||||
"struct",
|
||||
"union",
|
||||
"array",
|
||||
|
||||
"nil",
|
||||
"noexpr"
|
||||
};
|
||||
|
||||
typedef struct {
|
||||
|
|
Loading…
Reference in a new issue