This commit is contained in:
Bill Currie 2007-04-10 13:01:45 +00:00 committed by Jeff Teunissen
parent 52d178b3be
commit 2e6ecd97c8

View file

@ -40,7 +40,7 @@ typedef struct {
qboolean short_circuit; // short circuit logic for && and || qboolean short_circuit; // short circuit logic for && and ||
qboolean fast_float; // use floats directly in ifs qboolean fast_float; // use floats directly in ifs
qboolean vector_calls; // use floats instead of vectors for constant function args qboolean vector_calls; // use floats instead of vectors for constant function args
qboolean local_merge; // merge function locals into one block qboolean local_merging; // merge function locals into one block
unsigned progsversion; // Progs version to generate code for unsigned progsversion; // Progs version to generate code for
} code_options_t; } code_options_t;