Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!hplabs!hp-ses!hpcea!hpdtl!conway From: conway@hpdtl.HP.COM (Daniel F. Conway) Newsgroups: comp.lang.c Subject: Re: I Need One (was Re: Translating Pascal ==> C: nested procedures) Message-ID: <7020004@hpdtl.HP.COM> Date: 8 Jun 89 19:42:46 GMT References: <3276@cps3xx.UUCP> Organization: HP Design Tech. Lab., Palo Alto, CA Lines: 20 chris@mimsy.UUCP (Chris Torek) replies to rang@cpsin3.cps.msu.edu (Anton Rang): > >>For instance, suppose I have: >> >> procedure insert_in_symtab(what : node); > >[Underscores are not legal in Pascal; perhaps you mean They are legal in every Pascal compiler that I use. > procedure insertinsymtab(what : node); > >:-) (actually, it should be all uppercase as well, but that goes *too* far)] I recall seeing this restriction in an early version of the P4 compiler that I used in 1978. I am not aware of this being a problem in any modern implementation of Pascal. Dan Conway dan_conway@hplabs.hp.com