From: <pa...@us...> - 2003-10-04 21:53:13
|
Update of /cvsroot/fuse-emulator/fuse/hacking In directory sc8-pr-cvs1:/tmp/cvs-serv11261/hacking Modified Files: ChangeLog Log Message: Make tape and tape_playing static variables. Index: ChangeLog =================================================================== RCS file: /cvsroot/fuse-emulator/fuse/hacking/ChangeLog,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** ChangeLog 4 Oct 2003 12:05:01 -0000 1.23 --- ChangeLog 4 Oct 2003 21:53:09 -0000 1.24 *************** *** 221,222 **** --- 221,223 ---- the 0.6.1.1 changes to HEAD). 20031004 timer.c: remove duplicated Win32 code (Marek) + 20031004 tape.c, tape.h: make tape and tape_playing static. |