Module Name: pcc
Committed By: sgk
Date: Thu Dec 25 00:07:00 UTC 2008
Modified Files:
pcc/f77/f77: f77.c
Log Message:
Make all local functions static.
Eliminate ckalloc() function. Use calloc() directly in
the 2 places tha ckalloc was called, and check for NULL
pointer return.
Eliminate register keyword.
Use ANSI prototypes instead of older K&R style. Eliminate
shadow parameters in forward declarations of functions.
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pcc/f77/f77/f77.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.