changeset 1285:ae70cd47bb1c

[project @ 1995-04-27 22:08:13 by jwe]
author jwe
date Thu, 27 Apr 1995 22:09:18 +0000
parents 99b98517b7ac
children 3c35582914a3
files kpathsea/Makefile.in kpathsea/pathsearch.c
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/kpathsea/Makefile.in	Thu Apr 27 22:05:53 1995 +0000
+++ b/kpathsea/Makefile.in	Thu Apr 27 22:09:18 1995 +0000
@@ -5,7 +5,7 @@
 ac_include ../make/makevars.make
 
 # Add -DNO_DEBUG to disable debugging, for unnoticeably better performance.
-DEFS = @DEFS@ $(XDEFS)
+DEFS = $(XDEFS)
 
 ac_include ../make/common.make
 ac_include ../make/library.make
--- a/kpathsea/pathsearch.c	Thu Apr 27 22:05:53 1995 +0000
+++ b/kpathsea/pathsearch.c	Thu Apr 27 22:09:18 1995 +0000
@@ -330,7 +330,7 @@
 kpse_path_search P3C(const_string, path,  const_string, name,
                      boolean, must_exist)
 {
-  static string *ret_list = 0
+  static string *ret_list = 0;
 
   if (ret_list)
     {