Cloned it today - compiled without a single warning.
(RH8.0, gcc 3.2)
> First there were a heap of warnings like
> this:
>
> symbol.h:73: warning: declaration does not declare anything
My version looks like this:
struct preprocessor_sym {
struct token *expansion;
struct token *arglist;
}; <= line 73
struct ctype_sym {
Looks like something wrong at your side...
Sam
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/