Date: Tue, 8 Dec 1998 13:10:50 -0800 (PST) From: Archie Cobbs <archie@whistle.com> To: dfr@nlsystems.com (Doug Rabson) Cc: cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/usr.bin/sed compile.c Message-ID: <199812082110.NAA03268@bubba.whistle.com> In-Reply-To: <Pine.BSF.4.01.9812082101100.448-100000@herring.nlsystems.com> from Doug Rabson at "Dec 8, 98 09:03:17 pm"
next in thread | previous in thread | raw e-mail | index | archive | help
Doug Rabson writes: > > Modified files: > > usr.bin/sed compile.c > > Log: > > Fix brokenness compiling "s/pat/subst/" when length of subst is >= 4090 chars. > > PR: bin/7939 > > > > Revision Changes Path > > 1.11 +6 -3 src/usr.bin/sed/compile.c > > > > This breaks the build of perl. The following command line generates an > error: > > sed -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un-def!#undef!' > > The reason seems to be that cu_fgets() is called at the end of the #define > part and reads the next -e argument which confuses things totally. Yes, I'm trying to fix it but the repository is broken. The sed directory has been locked since 8:11 am when the power went out in SF... -Archie ___________________________________________________________________________ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199812082110.NAA03268>