gcc grundler

Grant Grundler grundler@puffin.external.hp.com
Thu, 31 Aug 2000 20:22:34 -0600


CVSROOT:	/home/cvs/parisc
Module name:	gcc
Changes by:	grundler	00/08/31 20:22:34

Modified files:
	gcc            : dependence.c 

Log message:
File is not ANSI C compliant. ie can't build it using HPUX ansic compiler.
Fixed "int[][]" prototype declarations to "int[MAX_SUBSCRIPT][MAX_SUBSCRIPT]".