X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f Date: Fri, 31 Dec 2004 12:30:14 -0500 Message-Id: <200412311730.iBVHUEcX021099@envy.delorie.com> From: DJ Delorie To: djgpp-workers AT delorie DOT com In-reply-to: <200412311504.iBVF42Dv002032@speedy.ludd.ltu.se> (ams AT ludd DOT ltu DOT se) Subject: Re: Horror C in strtok.txh References: <200412311504 DOT iBVF42Dv002032 AT speedy DOT ludd DOT ltu DOT se> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > I almost committed this without checking here first because it's so > obvious. I hope you don't disagree. Either would have worked before the -fwritable-strings option, which makes string constants read-only. Not that DJGPP has true read-only sections, of course. Your version is a better example, though, so go ahead and commit it.