mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +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 {
|
||||
const char *name;
|
||||
const char *opname;
|
||||
qboolean right_associative;
|
||||
etype_t type_a, type_b, type_c;
|
||||
unsigned int min_version;
|
||||
const char *fmt;
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue