Fixed scope bug for structures: a(struct S *p) { struct S { int i; }; p->i ...
authorceriel <none@none>
Wed, 14 Oct 1992 10:48:27 +0000 (10:48 +0000)
committerceriel <none@none>
Wed, 14 Oct 1992 10:48:27 +0000 (10:48 +0000)
commit50db0a36433b6725047e7b62b8ad4c8334c7a0e0
tree38932d91a6f2dc83c9e99e93063ca095284fb952
parent537cbd3d89371340a6862fa549677a37a537f77a
Fixed scope bug for structures: a(struct S *p) { struct S { int i; }; p->i ...
should work
lang/cem/cemcom.ansi/struct.c