diff -c -r cxref-1.4b/Makefile.config ../cxref-1.4b/Makefile.config *** cxref-1.4b/Makefile.config Thu May 21 13:19:55 1998 --- ../cxref-1.4b/Makefile.config Wed May 20 13:45:21 1998 *************** *** 50,57 **** # The LaTeX and dvips programs # (If you do not have LaTeX or dvips, leave them blank.) ! LATEX=latex ! DVIPS=dvips # The LaTeX page size. # (A4 or US only.) --- 50,57 ---- # The LaTeX and dvips programs # (If you do not have LaTeX or dvips, leave them blank.) ! LATEX= ! DVIPS= # The LaTeX page size. # (A4 or US only.) diff -c -r cxref-1.4b/cpp/Makefile ../cxref-1.4b/cpp/Makefile *** cxref-1.4b/cpp/Makefile Thu May 21 13:19:58 1998 --- ../cxref-1.4b/cpp/Makefile Thu May 21 07:46:20 1998 *************** *** 35,41 **** cxref-cpp : Makefile.cpp $(OBJ_FILES) [ $(CONFIG_STATUS) ] || $(LINK) $(OBJ_FILES) -o $@ $(LIBRARY) ! @touch $@ ######## --- 35,41 ---- cxref-cpp : Makefile.cpp $(OBJ_FILES) [ $(CONFIG_STATUS) ] || $(LINK) $(OBJ_FILES) -o $@ $(LIBRARY) ! @touch $@.exe ######## *************** *** 51,57 **** cexp.c : cexp.y [ $(CONFIG_STATUS) ] || $(YACC) cexp.y ! @touch $@ @mv y.tab.c cexp.c #### --- 51,57 ---- cexp.c : cexp.y [ $(CONFIG_STATUS) ] || $(YACC) cexp.y ! @touch $@.exe @mv y.tab.c cexp.c #### diff -c -r cxref-1.4b/memory.c ../cxref-1.4b/memory.c *** cxref-1.4b/memory.c Thu May 21 13:19:57 1998 --- ../cxref-1.4b/memory.c Thu May 21 08:41:10 1998 *************** *** 20,26 **** #if defined(__linux__) || \ defined(__FreeBSD__) || defined(__NetBSD__) || \ defined(__sgi__) || defined(__ultrix__) || \ ! defined(_AIX) || defined(_ATT4) #define USE_STD_ARG #endif --- 20,26 ---- #if defined(__linux__) || \ defined(__FreeBSD__) || defined(__NetBSD__) || \ defined(__sgi__) || defined(__ultrix__) || \ ! defined(_AIX) || defined(_ATT4) || defined(__CYGWIN32__) #define USE_STD_ARG #endif