]> git.sur5r.net Git - cc65/commit
Moved the 'common' files from 'geos-cbm' to 'geos-common' which are believed to work...
authorol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 4 Feb 2012 22:17:46 +0000 (22:17 +0000)
committerol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 4 Feb 2012 22:17:46 +0000 (22:17 +0000)
commit5f4129f14d24b33c44d7cec84c87c1e9900f1578
tree6624277e33c5556d4eda6053a107c370ec42c939
parent8a06174cb420e2d708f3e2808107a7b1cd880b23
Moved the 'common' files from 'geos-cbm' to 'geos-common' which are believed to work as-is on Apple GEOS too.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5449 b7a2c559-68d2-44c3-8de9-860c34a00d81
24 files changed:
libsrc/geos-cbm/Makefile
libsrc/geos-cbm/common/Makefile [deleted file]
libsrc/geos-cbm/common/_afailed.c [deleted file]
libsrc/geos-cbm/common/_poserror.c [deleted file]
libsrc/geos-cbm/common/abort.c [deleted file]
libsrc/geos-cbm/common/copydata.s [deleted file]
libsrc/geos-cbm/common/memcpy.s [deleted file]
libsrc/geos-cbm/common/memmove.s [deleted file]
libsrc/geos-cbm/common/memset.s [deleted file]
libsrc/geos-cbm/common/perror.c [deleted file]
libsrc/geos-cbm/common/sleep.c [deleted file]
libsrc/geos-cbm/common/zerobss.s [deleted file]
libsrc/geos-common/Makefile
libsrc/geos-common/common/Makefile [new file with mode: 0644]
libsrc/geos-common/common/_afailed.c [new file with mode: 0644]
libsrc/geos-common/common/_poserror.c [new file with mode: 0644]
libsrc/geos-common/common/abort.c [new file with mode: 0644]
libsrc/geos-common/common/copydata.s [new file with mode: 0644]
libsrc/geos-common/common/memcpy.s [new file with mode: 0644]
libsrc/geos-common/common/memmove.s [new file with mode: 0644]
libsrc/geos-common/common/memset.s [new file with mode: 0644]
libsrc/geos-common/common/perror.c [new file with mode: 0644]
libsrc/geos-common/common/sleep.c [new file with mode: 0644]
libsrc/geos-common/common/zerobss.s [new file with mode: 0644]