quakeforge/tools/qfcc
Bill Currie c13162e41e [qfcc] Rearrange type initialization
Fixes #6
It turned out that the problem with @zero was caused by initial type
chaining occurring before the structures had been initialized and thus
the linker's @zero type encoding string was incorrect: {?=} instead of
{tag @zero-}, thus when the actual type encoding supplied by an object
file came along (with the correct encoding string), it wasn't found.
2020-03-28 22:53:35 +09:00
..
doc [qfcc] Add option to promote of float through ... 2020-03-08 19:13:57 +09:00
include [qfcc] Decouple type encoding from the pr struct 2020-03-28 22:15:06 +09:00
source [qfcc] Rearrange type initialization 2020-03-28 22:53:35 +09:00
test [qfcc] Use correct meta for zerolinker test 2020-03-28 21:31:04 +09:00
AUTHORS more mailing list corrections 2003-07-12 21:50:22 +00:00
bootstrap scary, but the only changes qfcc needed to build as part of quakeforge was 2002-01-22 05:48:03 +00:00
configure.in Replace system defines/includes with qfcc's 2020-02-19 02:35:09 +09:00
Makefile.am Add a test harness for qfcc. 2012-11-22 21:59:01 +09:00
TODO Throw away function parameter type alias info 2020-02-26 17:46:53 +09:00