haahr@BOGEY.PRINCETON.EDU (02/07/89)
running gcc version 1.32, the program
struct a { const struct a *b; };
struct a *c(const struct a *d);
produces
x.c:2: warning: parameter `d' points to incomplete type
i see no incomplete type. if either const is left out, the
message disappears
paul haahr
haahr@princeton.edu princeton!haahr