Subject: Re: hack "bug"
To: None <netbsd-bugs@sun-lamp.cs.berkeley.edu>
From: Richard Tobin <richard@cogsci.edinburgh.ac.uk>
List: netbsd-bugs
Date: 11/22/1993 13:46:47
> hack should be compiled with the -traditional flag, or you'll have problems
> with things like (in hack.pri.c):
> 
>         char *ulook = "|@|";
>         ulook[1] = u.usym;

-fwritable-strings should be enough for this.

-- Richard

------------------------------------------------------------------------------