mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-23 02:41:30 +00:00
[qfcc] Fix missing expression types from dot_expr
This commit is contained in:
parent
2c9c15f4c8
commit
19002116c2
1 changed files with 2 additions and 0 deletions
|
@ -67,6 +67,8 @@ const char *expr_names[] =
|
|||
"vector",
|
||||
"nil",
|
||||
"value",
|
||||
"compound",
|
||||
"memset",
|
||||
};
|
||||
|
||||
const char *
|
||||
|
|
Loading…
Reference in a new issue