mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-13 00:24:12 +00:00
[gamecode] Remove the right_associative field
It has been useless pretty much since I switched to using bison for the parser.
This commit is contained in:
parent
c42043ced4
commit
ba5f6d97c6
2 changed files with 293 additions and 293 deletions
|
@ -427,7 +427,6 @@ typedef enum {
|
||||||
typedef struct opcode_s {
|
typedef struct opcode_s {
|
||||||
const char *name;
|
const char *name;
|
||||||
const char *opname;
|
const char *opname;
|
||||||
qboolean right_associative;
|
|
||||||
etype_t type_a, type_b, type_c;
|
etype_t type_a, type_b, type_c;
|
||||||
unsigned int min_version;
|
unsigned int min_version;
|
||||||
const char *fmt;
|
const char *fmt;
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue