Re: type safe lists (was Re: PATCH: type safe(r) list_entry

DervishD (raul@pleyades.net)
Wed, 04 Sep 2002 16:27:00 +0200


Hi Alexander and Greg :)

>> > By the way: Multiline C Macros are depreached and will not be
>> Why is this? Is it a C99 requirement?
>afaik its multi line strings that have been deprecated.

Multiline C macros are not deprecated. In fact, there is nothing
such as 'multiline macros'. Multiline macros are built using the C
escape character, no more, no less, that makes the preprocesor to
ignore the carriage returns.

Really it's multi line string literals that have been deprecated.

Raśl
-
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/