merged andrews merge to R3.15

This commit is contained in:
Jeff Hill
2011-08-19 14:43:35 -06:00
parent be1c21fc51
commit a05348d63e

View File

@@ -53,7 +53,10 @@
/*
* Deprecation marker if possible
*/
#define EPICS_DEPRECATED __attribute__((deprecated))
#if (__GNUC__ > 2)
# define EPICS_DEPRECATED __attribute__((deprecated))
#else
# define EPICS_DEPRECATED
#endif
#endif /* ifndef compilerSpecific_h */