[Scummvm-cvs-logs] CVS: scummvm/saga reinherit.h,1.17,1.18 sys_interface.h,1.5,NONE

Eugene Sandulenko sev at users.sourceforge.net
Sat May 1 17:07:16 CEST 2004


Update of /cvsroot/scummvm/scummvm/saga
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30737

Modified Files:
	reinherit.h 
Removed Files:
	sys_interface.h 
Log Message:
Removed last sys* file


Index: reinherit.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/reinherit.h,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- reinherit.h	2 May 2004 00:00:39 -0000	1.17
+++ reinherit.h	2 May 2004 00:06:34 -0000	1.18
@@ -32,8 +32,6 @@
 
 #include "base/engine.h"
 
-#include "sys_interface.h"
-
 namespace Saga {
 
 #define R_MAXPATH 512
@@ -46,6 +44,11 @@
 
 #define R_MEMFAIL_MSG "Memory allocation error."
 
+#define R_STDOUT stdout
+#define R_STDERR stderr
+
+#define R_printf fprintf
+
 // Define opaque types
 
 // r_rscfile

--- sys_interface.h DELETED ---





More information about the Scummvm-git-logs mailing list