Marcin Dalecki wrote:
> The following ain't pretty as well:
> 
> "/usr/include/machine/signal.h", line 130: Error:
>    [Syntax]: Parse error before '__aligned'.
>    [Syntax]: Can't recover from this error.

You need to add a compiler specific section to /sys/sys/cdefs.h,
which defined cdefs attributes specific to your compiler.

Probably, this should consist of moving the "lint" definitions
to the bottom of the list, and instead of them being "#ifdef lint",
making them "#ifndef __aligned" or something similar, to provide
a default case for tools other than GCC.

-- Terry

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to