pspp-cvs
[Top][All Lists]
Advanced

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

[Pspp-cvs] pspp/src/language/control repeat.c


From: John Darrington
Subject: [Pspp-cvs] pspp/src/language/control repeat.c
Date: Thu, 30 Nov 2006 10:39:00 +0000

CVSROOT:        /sources/pspp
Module name:    pspp
Changes by:     John Darrington <jmd>   06/11/30 10:39:00

Modified files:
        src/language/control: repeat.c 

Log message:
        deleted some commented out code.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/control/repeat.c?cvsroot=pspp&r1=1.16&r2=1.17

Patches:
Index: repeat.c
===================================================================
RCS file: /sources/pspp/pspp/src/language/control/repeat.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -b -r1.16 -r1.17
--- repeat.c    29 Nov 2006 11:50:31 -0000      1.16
+++ repeat.c    30 Nov 2006 10:39:00 -0000      1.17
@@ -537,11 +537,6 @@
    Puts the line in OUTPUT, sets the file name in *FILE_NAME and
    line number in *LINE_NUMBER.  Returns true if a line was
    obtained, false if the source is exhausted. */
-#if 0
-static bool
-do_repeat_read (struct string *output, char **file_name, int *line_number,
-                void *block_) 
-#endif
 static bool  
 do_repeat_read  (struct getl_interface *b, struct string *output)
 {
@@ -558,10 +553,6 @@
   line = block->cur_line;
 
   ds_assign_cstr (output, line->line);
-#if 0
-  *file_name = line->file_name;
-  *line_number = -line->line_number;
-#endif
   block->cur_line = line->next;
   return true;
 }




reply via email to

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