Find a file
Ken Thompson 5d6eba80f8 generate an error if the foreward
declaration of a func does not exactly
match the actual (or another foreward)
declaration. the reason is that when
there are 2 declarations of a function,
the names of the parameters are taken
from the first. thus
   func x(a int);
followed by
   func x(b int) { ... }
will have the parameter named "a" and
"b" will be undefined.

SVN=114788
2008-04-02 20:23:01 -07:00
doc add script to generate .html from .txt 2008-03-27 22:11:10 -07:00
src generate an error if the foreward 2008-04-02 20:23:01 -07:00
test - Make Coco/R-based parser work w/ UTF-8 encoded files even if there is 2008-03-26 16:12:43 -07:00