diff options
Diffstat (limited to 'sim/common/sim-basics.h')
-rw-r--r-- | sim/common/sim-basics.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/common/sim-basics.h b/sim/common/sim-basics.h index a40098f..dcaa4a3 100644 --- a/sim/common/sim-basics.h +++ b/sim/common/sim-basics.h @@ -49,7 +49,7 @@ extern int asprintf (char **result, const char *format, ...); #endif - + /* Some versions of GCC include an attribute operator, define it */ #if !defined (__attribute__) |