Merged the sine/cosine routines into one file, because they're often used

together, we save some code in this case, and the sine table isn't of real use
for programs, because it contains some specialities.


git-svn-id: svn://svn.cc65.org/cc65/trunk@4400 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz
2009-10-30 09:58:11 +00:00
parent 7d453f5e11
commit c65925b0b9
4 changed files with 59 additions and 85 deletions

View File

@@ -99,9 +99,7 @@ S_OBJS = _cwd.o \
atexit.o \
atoi.o \
calloc.o \
cc65_cos.o \
cc65_sin.o \
cc65_sintab.o \
cc65_sincos.o \
chdir.o \
copydata.o \
creat.o \