Subject: hack "bug"
To: None <netbsd-bugs@sun-lamp.cs.berkeley.edu>
From: Dan Muntz <dmuntz@eecs.umich.edu>
List: netbsd-bugs
Date: 11/21/1993 19:06:03
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;

  -Dan

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