Commit 4ede8c33 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Suns C-compiler also lives in its own island.

parent 67bb076e
......@@ -134,6 +134,9 @@
#ifndef __has_extension
# define __has_extension(x) 0
#endif
#ifndef __GNUC_PREREQ__
# define __GNUC_PREREQ__(x) 0
#endif
#if defined(_Static_assert)
/* Nothing, somebody already did this for us */
#elif __has_extension(c_static_assert)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment