1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-08 16:54:52 +00:00
cc65/src/sim65
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
..
chips Fixed portability problems with va_copy. In three places, calls to fstat 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
addrspace.c Working 2003-05-01 22:38:47 +00:00
addrspace.h Working 2003-05-01 22:38:47 +00:00
callback.c New callback module 2003-05-04 11:41:39 +00:00
callback.h New callback module 2003-05-04 11:41:39 +00:00
cfgdata.c Working 2003-05-01 22:38:47 +00:00
cfgdata.h Working 2003-05-01 22:38:47 +00:00
chip.c Working 2003-05-04 21:51:13 +00:00
chip.h Working 2003-05-01 22:38:47 +00:00
chipdata.h Working 2003-05-04 09:31:44 +00:00
chipif.h Working 2003-05-01 22:38:47 +00:00
chippath.c First test plugin 2002-04-07 13:42:45 +00:00
chippath.h First test plugin 2002-04-07 13:42:45 +00:00
config.c Working 2003-05-04 21:51:13 +00:00
config.h Working 2003-04-27 11:49:53 +00:00
cpucore.c Working 2003-05-04 21:51:13 +00:00
cpucore.h Working 2003-05-04 21:51:13 +00:00
cpuregs.h Working 2003-05-04 21:51:13 +00:00
cputype.c Working 2003-05-01 22:38:47 +00:00
cputype.h Working 2003-05-01 22:38:47 +00:00
error.c Working 2003-05-01 22:38:47 +00:00
error.h Added gcc attributes 2003-08-14 21:15:10 +00:00
global.c Working 2003-05-01 22:38:47 +00:00
global.h Working 2003-05-01 22:38:47 +00:00
location.c Working 2003-05-01 22:38:47 +00:00
location.h Working 2003-05-01 22:38:47 +00:00
main.c Output the help text to stdout 2005-03-24 20:08:41 +00:00
memory.c Working 2003-05-01 18:58:35 +00:00
memory.h Working 2003-05-01 18:58:35 +00:00
scanner.c Working 2003-05-04 21:51:13 +00:00
scanner.h Working 2003-05-04 21:51:13 +00:00
simdata.h Working 2003-05-04 21:51:13 +00:00
system.c Working 2003-05-04 09:31:44 +00:00
system.h Working 2003-05-04 09:31:44 +00:00