mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-24 04:41:25 +00:00
Delete an explicit #define
This commit is contained in:
parent
e143db0cae
commit
68148dd0e8
1 changed files with 0 additions and 2 deletions
2
ir.c
2
ir.c
|
@ -2986,8 +2986,6 @@ bool ir_builder_generate(ir_builder *self, const char *filename)
|
|||
|
||||
#ifdef WIN32
|
||||
# define strncat(dst, src, sz) strncat_s(dst, sz, src, _TRUNCATE)
|
||||
#else
|
||||
# define strncat strncat
|
||||
#endif
|
||||
|
||||
const char *qc_opname(int op)
|
||||
|
|
Loading…
Reference in a new issue