compatibility change in l_class.h for prototypes in ANSI C

This commit is contained in:
dick
1991-07-05 11:33:49 +00:00
parent 34d6b23ba6
commit a0460b8bfc
5 changed files with 37 additions and 19 deletions

View File

@@ -364,6 +364,10 @@ lint_ptr_conv(from, to)
break;
}
if (from == VOID) {
/* OK any which way */
}
else
if (from == CHAR) {
hwarning("pointer to char may not align correctly for a %s",
symbol2str(to));