1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-02 06:56:39 +00:00
cc65/src/cl65
cuz 84706bd2d5 Fixed portability problems with va_copy. In three places, calls to fstat
had to be replaced by calls to stat, because fileno is no longer available
when forcing the compiler into pure c89 (or c99) mode.


git-svn-id: svn://svn.cc65.org/cc65/trunk@3683 b7a2c559-68d2-44c3-8de9-860c34a00d81
2005-12-11 12:40:51 +00:00
..
make Fixed portability problems with va_copy. In three places, calls to fstat 2005-12-11 12:40:51 +00:00
.cvsignore This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
error.c Use the CHECK macros from the common dir 2000-08-01 15:17:43 +00:00
error.h Added gcc attributes 2003-08-14 21:15:10 +00:00
global.c Output the command line for sub-processes when -d is given 2002-07-11 19:46:11 +00:00
global.h Output the command line for sub-processes when -d is given 2002-07-11 19:46:11 +00:00
main.c Fixed the copyright message 2005-08-24 20:05:37 +00:00
spawn-amiga.inc Update by Stefan Haubenthal 2003-11-28 15:57:24 +00:00
spawn-unix.inc Make the spawn module an include file as suggested by Greg King 2002-11-25 21:12:00 +00:00
spawn.h This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00