1
0
mirror of https://github.com/cc65/cc65.git synced 2025-01-08 20:31:31 +00:00
cc65 - a freeware C compiler for 6502 based systems
Go to file
cuz 13a2927e17 The -A and --ansi switches are gone, together with the __STRICT_ANSI__
predefined macro. Instead there is now a command line option --standard that
allows to set c89, c99 or cc65 as language standard. The compiler defines a
macro __CC65_STD__ that is one of __CC65_STD_C89__, __CC65_STD_C99__ or
__CC65_STD_CC65__ depending on the command line option. Default is cc65 (all
extensions) as before.


git-svn-id: svn://svn.cc65.org/cc65/trunk@3133 b7a2c559-68d2-44c3-8de9-860c34a00d81
2004-06-21 22:22:11 +00:00
asminc New function tgi_geterrormsg 2004-06-15 09:08:39 +00:00
doc The -A and --ansi switches are gone, together with the __STRICT_ANSI__ 2004-06-21 22:22:11 +00:00
include The -A and --ansi switches are gone, together with the __STRICT_ANSI__ 2004-06-21 22:22:11 +00:00
libsrc Changed an error message 2004-06-15 09:29:31 +00:00
make Fixed a typo 2004-05-12 22:09:51 +00:00
packages Added new atmos tgi driver 2004-06-03 21:30:16 +00:00
samples Patches from Greg King 2004-06-13 18:28:09 +00:00
src The -A and --ansi switches are gone, together with the __STRICT_ANSI__ 2004-06-21 22:22:11 +00:00
testcode New test program arg-test.c 2004-05-02 00:53:39 +00:00
util Added deflater.c module from Piotr 2003-09-28 19:11:46 +00:00
.cvsignore This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00