Add a deque, implemented as a circular queue, to libpspp.
[pspp-builds.git] / src / output / output.c
index 91df8f022eb84cef6033963079dcadad3d326d3f..368b37b050703fabd9c47281d721548e14b506e4 100644 (file)
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 1997-9, 2000 Free Software Foundation, Inc.
-   Written by Ben Pfaff <blp@gnu.org>.
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
@@ -278,9 +277,8 @@ outp_read_devices (void)
   init_fn = fn_search_path (fn_getenv_default ("STAT_OUTPUT_INIT_FILE",
                                               "devices"),
                            fn_getenv_default ("STAT_OUTPUT_INIT_PATH",
-                                              config_path),
-                           NULL);
-
+                                              config_path));
+  
   ds_init_empty (&line);
 
   if (init_fn == NULL)
@@ -1011,9 +1009,8 @@ outp_get_paper_size (char *size, int *h, int *v)
   pprsz_fn = fn_search_path (fn_getenv_default ("STAT_OUTPUT_PAPERSIZE_FILE",
                                                "papersize"),
                             fn_getenv_default ("STAT_OUTPUT_INIT_PATH",
-                                               config_path),
-                            NULL);
-
+                                               config_path));
+  
   ds_init_empty (&line);
 
   if (pprsz_fn == NULL)