Changeset 989 for vendor/current/lib/replace/replace.h
- Timestamp:
- Nov 25, 2016, 8:04:54 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/lib/replace/replace.h
r988 r989 426 426 427 427 #ifndef PRINTF_ATTRIBUTE 428 #if (__GNUC__ >= 3) && (__GNUC_MINOR__ >= 1 )428 #ifdef HAVE___ATTRIBUTE__ 429 429 /** Use gcc attribute to check printf fns. a1 is the 1-based index of 430 430 * the parameter containing the format, and a2 the index of the first … … 438 438 439 439 #ifndef _DEPRECATED_ 440 #if (__GNUC__ >= 3) && (__GNUC_MINOR__ >= 1 )440 #ifdef HAVE___ATTRIBUTE__ 441 441 #define _DEPRECATED_ __attribute__ ((deprecated)) 442 442 #else
Note:
See TracChangeset
for help on using the changeset viewer.