Function pointer syntax peculiarity

Guy Harris guy at rlgvax.UUCP
Fri Nov 30 17:52:59 AEST 1984


>     The ability to use functions and function pointers interchangeably looks
> like it's probably a Berkloid modification.

Umm, people, *please* remember that just because 4.2BSD supports something
and PDP-11 V7, or System III, or System V, or whatever UNIX you have doesn't
does *NOT* mean "Berkeley did it".  4.2BSD (and 4.1BSD) basically have the
System III VAX PCC, so if the VAX PCC does something and the Ritchie
compiler doesn't, chances are very good that it's a generic PCC change
(excepting things that are obviously specific to the VAX PCC implementation).
"ftime", and "ioctl(TIOC<whatever>)", and the DBM library, and lots of other
things are V7isms, not Berkelyisms (excepting those "ioctl"s that Berkeley
added - there's no obvious way to tell which are Berkeleyisms and which
aren't except by reading the manual).

	Guy Harris
	{seismo,ihnp4,allegra}!rlgvax!guy



More information about the Comp.lang.c mailing list