quakeforge/tools/qfcc/include
Bill Currie d1fcfd1939 Implement --traditional so qfcc can be a nicer qcc. This disables several
keywords (quaternion integer function for break continue switch case default
NIL struct enum typedef) and converts some errors to warnings (assignment to
constants, insufficient function arguments, return; from non-void function,
anal function `pointer' type checks)
2002-02-18 06:23:59 +00:00
..
.gitignore Fix stamp ignorance. 2001-10-05 19:42:17 +00:00
cmdlib.h made qfcc compile again, by renaming com_token to qfcc_com_token so it does not conflict with QFutil 2002-01-04 11:12:52 +00:00
expr.h resolve the case value before checking its type 2002-01-21 19:18:41 +00:00
Makefile.am make dist fix 2002-02-16 05:15:24 +00:00
qfcc.h Implement --traditional so qfcc can be a nicer qcc. This disables several 2002-02-18 06:23:59 +00:00
scope.h header block fixes 2001-12-08 20:40:50 +00:00
struct.h enum support 2002-01-21 19:03:29 +00:00
switch.h header block fixes 2001-12-08 20:40:50 +00:00
type.h implement typedef 2002-01-23 20:50:25 +00:00