Module Name: pcc
Committed By: ragge
Date: Sat Jan 26 22:16:17 UTC 2008
Modified Files:
pcc/cc/ccom: cgram.y pftn.c trees.c
Log Message:
Rewrite large parts of the argument handling, now functions can be
declared with dynamic array parameters. For example;
void x(int a, int *b, int c[][*b = a << foo()]){}
is a legal function. Old-style declarations dows not necessarily get
the same freedom though.
To generate a diff of this commit:
cvs rdiff -u -r1.186 -r1.187 pcc/cc/ccom/cgram.y
cvs rdiff -u -r1.191 -r1.192 pcc/cc/ccom/pftn.c
cvs rdiff -u -r1.184 -r1.185 pcc/cc/ccom/trees.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.