head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.28 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.26 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.24 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.22 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.20 pkgsrc-2009Q4-base:1.2 pkgsrc-2008Q4:1.2.0.18 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.16 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.14 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.12 pkgsrc-2008Q2-base:1.2 pkgsrc-2008Q1:1.2.0.10 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.8 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.6 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.2.0.4 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.2.0.2 pkgsrc-2007Q1-base:1.2 pkgsrc-2006Q4:1.1.0.16 pkgsrc-2006Q4-base:1.1 pkgsrc-2006Q3:1.1.0.14 pkgsrc-2006Q3-base:1.1 pkgsrc-2006Q2:1.1.0.12 pkgsrc-2006Q2-base:1.1 pkgsrc-2006Q1:1.1.0.10 pkgsrc-2006Q1-base:1.1 pkgsrc-2005Q4:1.1.0.8 pkgsrc-2005Q4-base:1.1 pkgsrc-2005Q3:1.1.0.6 pkgsrc-2005Q3-base:1.1 pkgsrc-2005Q2:1.1.0.4 pkgsrc-2005Q2-base:1.1 pkgsrc-2005Q1:1.1.0.2 pkgsrc-2005Q1-base:1.1; locks; strict; comment @# @; 1.2 date 2007.03.08.19.23.05; author wiz; state dead; branches; next 1.1; 1.1 date 2005.01.12.23.22.30; author kristerw; state Exp; branches; next ; desc @@ 1.2 log @Update to 1.5.2: 2005-08-04 Ben Wing Version 1.5.2: Fixed CRLF endings in sources. Moved configure.in to configure.ac and rewrote obsolete constructions. Redid installation in `make install' so it actually worked, including on Cygwin (needs the EXEEXT variable from `configure'). @ text @$NetBSD: patch-ab,v 1.1 2005/01/12 23:22:30 kristerw Exp $ --- cmain.c.orig Thu Jan 13 00:14:12 2005 +++ cmain.c Thu Jan 13 00:15:41 2005 @@@@ -49,13 +49,13 @@@@ #define ERR (strerrorwrap(errno)) #endif -#define INITERR(s) {(void)strcpy(fbuf, cmdname); (void)strcat(fbuf, ": ");\ +#define INITERR(s) {(void)strcpy(fbuf, cmdname); (void)strcat(fbuf, ": ");\ (void)strcat(fbuf, (s));} #define ADDERR(s) (void)strcat(fbuf, (s)); -#define ERROR {(void)strcat(fbuf, "\n");\ +#define ERROR {(void)strcat(fbuf, "\n");\ (void)write(2, fbuf, strlen(fbuf)); exit(1);} -#define INITWARN(s) {(void)strcpy(fbuf, cmdname);\ - (void)strcat(fbuf, ": (warning) ");\ +#define INITWARN(s) {(void)strcpy(fbuf, cmdname);\ + (void)strcat(fbuf, ": (warning) ");\ (void)strcat(fbuf, (s));} #define ADDWARN(s) (void)strcat(fbuf, (s)); #define WARN {(void)strcat(fbuf, "\n"); (void)write(2, fbuf, strlen(fbuf));} @ 1.1 log @The GCC 2.95 preprocessor does not handle \ line continuations in files with Microsoft line endings. @ text @d1 1 a1 1 $NetBSD$ @