pc doesn't allow an ``others'' clause in [outputs?]

Chris Torek chris at umcp-cs.UUCP
Wed Nov 7 15:40:09 AEST 1984


Apologies if I misled anyone:  standard Pascal does not have a default
case specifier, so the lack of one in ``pc'' is not a bug.  However, I
have yet to see any Pascal compiler (except the Berkeley one) that
doesn't have *some* nonstandard extension for doing this.  The most
common one is perhaps ``otherwise'', rather than ``others'', but the
changes of which I had copies used ``others''.

I believe (untested! untested! whoop wail dingdingding) that simply
changing hash.c to have "otherwise", rather than "others", will work.

(Now how did I manage to get ``outputs'' in the subject line?  Oh
well, no big deal, I hope...)
-- 
(This mind accidently left blank.)

In-Real-Life: Chris Torek, Univ of MD Comp Sci Dept (301) 454-7690
UUCP:	{seismo,allegra,brl-bmd}!umcp-cs!chris
CSNet:	chris at umcp-cs		ARPA:	chris at maryland



More information about the Comp.bugs.4bsd.ucb-fixes mailing list