mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-28 09:58:22 +02:00
Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Acked-by: Matt Turner <mattst88@gmail.com> Acked-by: Jose Fonseca <jfonseca@vmware.com>
7 lines
70 B
C
7 lines
70 B
C
#if 0
|
|
Not this
|
|
#elif UNDEFINED_MACRO
|
|
Nor this
|
|
#else
|
|
Yes, this.
|
|
#endif
|