aboutsummaryrefslogtreecommitdiffstats
path: root/lcc/src/null.c
diff options
context:
space:
mode:
Diffstat (limited to 'lcc/src/null.c')
-rw-r--r--lcc/src/null.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/lcc/src/null.c b/lcc/src/null.c
index 136e4a8..b9f551c 100644
--- a/lcc/src/null.c
+++ b/lcc/src/null.c
@@ -29,16 +29,16 @@ static void I(stabtype)(Symbol p) {}
Interface nullIR = {
- 1, 1, 0, /* char */
- 2, 2, 0, /* short */
- 4, 4, 0, /* int */
- 8, 8, 1, /* long */
- 8 ,8, 1, /* long long */
- 4, 4, 1, /* float */
- 8, 8, 1, /* double */
- 16,16,1, /* long double */
- 4, 4, 0, /* T* */
- 0, 4, 0, /* struct */
+ {1, 1, 0}, /* char */
+ {2, 2, 0}, /* short */
+ {4, 4, 0}, /* int */
+ {8, 8, 1}, /* long */
+ {8 ,8, 1}, /* long long */
+ {4, 4, 1}, /* float */
+ {8, 8, 1}, /* double */
+ {16,16,1}, /* long double */
+ {4, 4, 0}, /* T* */
+ {0, 4, 0}, /* struct */
1, /* little_endian */
0, /* mulops_calls */
0, /* wants_callb */