mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-27 06:34:11 +00:00
rename the def_void and dev_function defs
This commit is contained in:
parent
823822301f
commit
22d3cf9664
1 changed files with 2 additions and 2 deletions
|
@ -49,8 +49,8 @@ typedef struct locref_s {
|
||||||
int size;
|
int size;
|
||||||
} locref_t;
|
} locref_t;
|
||||||
|
|
||||||
def_t def_void = { &type_void, "temp" };
|
def_t def_void = { &type_void, "def void" };
|
||||||
def_t def_function = { &type_function, "temp" };
|
def_t def_function = { &type_function, "def function" };
|
||||||
|
|
||||||
def_t def_ret, def_parms[MAX_PARMS];
|
def_t def_ret, def_parms[MAX_PARMS];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue