summaryrefslogtreecommitdiff
path: root/src/bind.c
diff options
context:
space:
mode:
author-b master <jackpal@google.com>2009-06-19 09:18:09 -0700
committer-b master <jackpal@google.com>2009-06-19 09:18:09 -0700
commit7f21195e93d990cdfb120dd63bfab03a0bbe3f29 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /src/bind.c
parentf401a679882f0a0dc05b91ab8f507a09305803d4 (diff)
downloadlcc-eclair-release.tar.gz
Diffstat (limited to 'src/bind.c')
-rwxr-xr-xsrc/bind.c22
1 files changed, 0 insertions, 22 deletions
diff --git a/src/bind.c b/src/bind.c
deleted file mode 100755
index 1049cb9..0000000
--- a/src/bind.c
+++ /dev/null
@@ -1,22 +0,0 @@
-#include "c.h"
-#undef yy
-#define yy \
-xx(arm/linux, armIR) \
-xx(x86/win32, x86IR) \
-xx(x86/linux, x86linuxIR) \
-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