Subject: Warning...
To: MacBSD Development <macbsd-development@sun-lamp.cs.berkeley.edu>
From: Allen X Briggs <briggs@csugrad.cs.vt.edu>
List: macbsd-development
Date: 12/02/1993 02:13:44
For anyone who might care, the MACHINE is migrating from mac to
mac68k.
This clears up conflicts like:
	struct macro mac; or char *mac;
being changed to
	struct macro ; or char *;
which don't compile too well...  The second is an example from 
checknr.c.  This has been a bit of a problem, and this solution
was far preferable to modifying every instance of variables, etc.,
being named mac.

-allen

-- 
Allen Briggs         \ My eyes have seen you/Free from disguise
briggs@csugrad.cs.vt.edu | Gazing on a city under/Television skies.
- end                / My eyes have seen you/Let them photograph your soul
      killing -  / Memorize your alleys/On an endless roll. -- The Doors

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