	GNE C/C++ UTILITIES HISTORY
	---------------------------
	
V1.0	17/7/92

	o	Initial release

V1.0A	14/10/92

	o	Bug fix to recognise functions of the form:
	
		func(pFunc)
		int (*pFunc)()
		{
		}

		Old style function calls which took a function as a 
		parameter were not recognised by CB, CCALLS, CPR & CPROTO
