quakeforge/tools/qfcc
Bill Currie 1d3970bc38 [qfcc] Allow extern builtin function declarations
build_builtin_function does the right thing, and it was only legacy
syntax functions that were affected anyway. Certainly, external
variables should not be initialized, but klik uses @extern { } wrapped
around several builtin functions and I had added the feature to allow
just this as it is rather convenient.
2021-12-26 15:01:38 +09:00
..
doc [qfcc] Correct some errors in the man page 2021-11-29 11:38:54 +09:00
include [qfcc] Use flow analysis for dealloc check 2021-12-25 17:04:26 +09:00
source [qfcc] Allow extern builtin function declarations 2021-12-26 15:01:38 +09:00
test [qfcc] Add failing test for multi-path dealloc 2021-12-24 22:45:43 +09:00
AUTHORS
Makemodule.am
TODO