mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-02-21 10:51:10 +00:00
Remove unused macro
This commit is contained in:
parent
55915b5217
commit
dfde3a583c
1 changed files with 0 additions and 2 deletions
2
parser.c
2
parser.c
|
@ -460,8 +460,6 @@ static bool parser_sy_pop(parser_t *parser, shunt *sy)
|
|||
(ast_istype((A), ast_value) && ((ast_value*)(A))->isconst)
|
||||
#define CanConstFold(A, B) \
|
||||
(CanConstFold1(A) && CanConstFold1(B))
|
||||
#define CanConstFold3(A, B, C) \
|
||||
(CanConstFold1(A) && CanConstFold1(B) && CanConstFold1(C))
|
||||
#define ConstV(i) (asvalue[(i)]->constval.vvec)
|
||||
#define ConstF(i) (asvalue[(i)]->constval.vfloat)
|
||||
#define ConstS(i) (asvalue[(i)]->constval.vstring)
|
||||
|
|
Loading…
Reference in a new issue