Bug in Unix System V C compiler

P McFerrin mcferrin at inuxc.UUCP
Fri Aug 3 17:14:02 AEST 1984


	main()
	{
		int godamnid1;
		int godamnid2;
	}

The above is not bug for system V C compiler.  Only the 1st 8 characters
of internal names are significant.  Thus the above example attempted to
declare the variable 'godamnid' twice.



More information about the Comp.unix.wizards mailing list