pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] psppire ./gui_aux.make src/stubs.c


From: John Darrington
Subject: [Pspp-cvs] psppire ./gui_aux.make src/stubs.c
Date: Mon, 19 Dec 2005 06:45:02 +0000

CVSROOT:        /cvsroot/pspp
Module name:    psppire
Branch:         
Changes by:     John Darrington <address@hidden>        05/12/19 06:45:02

Modified files:
        .              : gui_aux.make 
        src            : stubs.c 

Log message:
        Removed stubs which are now provided by getl.o

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pspp/psppire/gui_aux.make.diff?tr1=1.8&tr2=1.9&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/pspp/psppire/src/stubs.c.diff?tr1=1.6&tr2=1.7&r1=text&r2=text

Patches:
Index: psppire/gui_aux.make
diff -u psppire/gui_aux.make:1.8 psppire/gui_aux.make:1.9
--- psppire/gui_aux.make:1.8    Sun Dec 11 10:14:39 2005
+++ psppire/gui_aux.make        Mon Dec 19 06:45:02 2005
@@ -4,6 +4,7 @@
     alloc.o \
     algorithm.o \
     cat.o \
+    getl.o \
     hash.o \
     str.o \
     dictionary.o \
Index: psppire/src/stubs.c
diff -u psppire/src/stubs.c:1.6 psppire/src/stubs.c:1.7
--- psppire/src/stubs.c:1.6     Sun Dec 11 10:14:39 2005
+++ psppire/src/stubs.c Mon Dec 19 06:45:02 2005
@@ -23,7 +23,6 @@
 {
 }
 
-void * getl_head = 0;
 
 int
 err_location()
@@ -39,15 +38,3 @@
   vprintf(format, args);
 }
 
-
-
-/* Puts the current file and line number in *FN and *LN, respectively,
-   or NULL and -1 if none. */
-void
-getl_location (const char **fn, int *ln)
-{
-  if (fn != NULL)
-    *fn = 0;
-  if (ln != NULL)
-    *ln = 0;
-}




reply via email to

[Prev in Thread] Current Thread [Next in Thread]