URL
https://opencores.org/ocsvn/eco32/eco32/trunk
Subversion Repositories eco32
[/] [eco32/] [trunk/] [lcc/] [src/] [bind.c] - Rev 198
Go to most recent revision | Compare with Previous | Blame | View Log
#include "c.h" #undef yy #define yy \ xx(alpha/osf, alphaIR) \ xx(mips/irix, mipsebIR) \ xx(eco32/linux, eco32IR) \ xx(eco32/netbsd, eco32IR) \ xx(eco32/eos32, eco32IR) \ xx(sparc/sun, sparcIR) \ xx(sparc/solaris,solarisIR) \ xx(x86/win32, x86IR) \ xx(x86/linux, x86linuxIR) \ xx(symbolic/osf, symbolic64IR) \ xx(symbolic/irix,symbolicIR) \ xx(symbolic, symbolicIR) \ xx(bytecode, bytecodeIR) \ xx(null, nullIR) #undef xx #define xx(a,b) extern Interface b; yy Binding bindings[] = { #undef xx #define xx(a,b) #a, &b, yy NULL, NULL }; #undef yy #undef xx
Go to most recent revision | Compare with Previous | Blame | View Log