VOID type?
Ben Elliston
bje@redhat.com
Wed Nov 15 16:18:00 GMT 2000
Hi.
I'd like to propose this addition to the runtime system -- a VOID typedef,
so that from RTL, I can use the "VOID" mode for c-calls and such.
Are there any issues I've not thought of?
Ben
--- cgen-types.h 2000/03/02 09:09:02 1.12
+++ cgen-types.h 2000/11/16 00:16:38
@@ -64,6 +64,7 @@
extern const char *mode_names[];
#define MODE_NAME(m) (mode_names[m])
+typedef void VOID;
typedef unsigned char BI;
typedef signed8 QI;
typedef signed16 HI;
More information about the Cgen
mailing list