1
0
mirror of https://github.com/cc65/cc65.git synced 2026-04-22 01:16:54 +00:00

Removed the switch routines

git-svn-id: svn://svn.cc65.org/cc65/trunk@1020 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2001-10-11 07:57:20 +00:00
parent 4fb253cef0
commit 5e7e3d4b81
3 changed files with 0 additions and 177 deletions
-2
View File
@@ -117,7 +117,6 @@ OBJS = add.o \
lsubeq.o \
lsubeqsp.o \
lswap.o \
lswitch.o \
lt.o \
ltest.o \
ludiv.o \
@@ -181,7 +180,6 @@ OBJS = add.o \
subeqsp.o \
subysp.o \
swap.o \
switch.o \
test.o \
tosint.o \
toslong.o \