Don't assume that MEASURE_* and ALIGN_* have the same values found in
[pspp] / src / language / utilities / include.c
index 9f666747db6b99fe129ac24e7680beab3693eab1..2f1fdeb2c1781c2c66fbc6254f5b8faf4471668a 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
@@ -54,7 +53,7 @@ cmd_include (struct lexer *lexer, struct dataset *ds UNUSED)
   target_fn = ds_cstr (lex_tokstr (lexer));
 
   ss = lex_get_source_stream (lexer);
-  found_fn = fn_search_path (target_fn, getl_include_path ( ss ), NULL);
+  found_fn = fn_search_path (target_fn, getl_include_path ( ss ));
 
   if (found_fn != NULL) 
     {