caudium-commits AT caudium.net
Caudium CVS Commits list

CVS: pexts/src/_Newt functions.c,1.22,1.23


chronological Thread 
  • From: "Marek Habersack" <grendel AT cvs.caudiumforge.net>
  • To: caudium-commits AT caudium.net
  • Subject: CVS: pexts/src/_Newt functions.c,1.22,1.23
  • Date: Fri, 12 Aug 2005 23:08:10 +0000

Update of /cvs/caudium/pexts/src/_Newt
In directory cvs.caudiumforge.net:/tmp/cvs-serv32638/src/_Newt

Modified Files:
        functions.c 
Log Message:
debian updates

Index: functions.c
===================================================================
RCS file: /cvs/caudium/pexts/src/_Newt/functions.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- functions.c 22 Apr 2005 01:25:06 -0000      1.22
+++ functions.c 12 Aug 2005 23:08:07 -0000      1.23
@@ -16,7 +16,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
- * $Id: functions.c,v 1.22 2005/04/22 01:25:06 grendel Exp $
+ * $Id: functions.c,v 1.23 2005/08/12 23:08:07 grendel Exp $
  */
 
 /*
@@ -64,7 +64,7 @@
 #define _GNU_SOURCE
 
 #include "global.h"
-RCSID("$Id: functions.c,v 1.22 2005/04/22 01:25:06 grendel Exp $");
+RCSID("$Id: functions.c,v 1.23 2005/08/12 23:08:07 grendel Exp $");
 
 #include <unistd.h>
 #include <stdio.h>
@@ -150,7 +150,7 @@
 }
 
 static void
-f_delay(INT32 args)
+local_f_delay(INT32 args)
 {
     if (args != 1)
         FERROR("delay", "Expected one argument, got %d instead", args);
@@ -3630,7 +3630,7 @@
                  tFunc(tVoid, tVoid), 0);
     ADD_FUNCTION("clearKeyBuffer", f_clearKeyBuffer,
                  tFunc(tVoid, tVoid), 0);
-    ADD_FUNCTION("delay", f_delay,
+    ADD_FUNCTION("delay", local_f_delay,
                  tFunc(tInt, tVoid), 0);
     ADD_FUNCTION("openWindow", f_openWindow,
                  tFunc(tInt tInt tInt tInt tString, tVoid), 0);



  • CVS: pexts/src/_Newt functions.c,1.22,1.23, Marek Habersack

Archive powered by MhonArc 2.6.10.

§