]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/types/TinyError.h
don't use __attribute__ for nesC attributes
[tinyos-2.x.git] / tos / types / TinyError.h
index d733a4260477c1ba50048188b08356921b31cfc7..02249bc2db5ca56d6f537598becec9de4dbd50e5 100644 (file)
@@ -44,7 +44,7 @@ enum {
   EALREADY       = 9,           // The device state you are requesting is already set
 };
 
-typedef uint8_t error_t __attribute__((combine(ecombine)));
+typedef uint8_t error_t @combine("ecombine");
 
 error_t ecombine(error_t r1, error_t r2)
 /* Returns: r1 if r1 == r2, FAIL otherwise. This is the standard error