diff options
Diffstat (limited to 'gcc/ada/s-oscons-tmplt.c')
-rw-r--r-- | gcc/ada/s-oscons-tmplt.c | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/gcc/ada/s-oscons-tmplt.c b/gcc/ada/s-oscons-tmplt.c index eef71b4..50a55e4 100644 --- a/gcc/ada/s-oscons-tmplt.c +++ b/gcc/ada/s-oscons-tmplt.c @@ -288,8 +288,12 @@ C("Target_OS", OS_Type, TARGET_OS, "") #define Target_Name TARGET CST(Target_Name, "") -#define sizeof_unsigned_int sizeof (unsigned int) -CND(sizeof_unsigned_int, "Size of unsigned int") +/** + ** Note: the name of the following constant is recognized specially by + ** xoscons (case sensitive). + **/ +#define SIZEOF_unsigned_int sizeof (unsigned int) +CND(SIZEOF_unsigned_int, "Size of unsigned int") /* |