Home
last modified time | relevance | path

Searched refs:PORT_TO_C89 (Results 1 - 2 of 2) sorted by relevance

/third_party/tzdata/
H A Dprivate.h20 /* PORT_TO_C89 means the code should work even if the underlying
30 #ifndef PORT_TO_C89
31 # define PORT_TO_C89 0 macro
42 #if PORT_TO_C89 && __STDC_VERSION__ < 199901
203 #if !PORT_TO_C89
275 #if PORT_TO_C89
424 #endif /* PORT_TO_C89 */
559 && (PORT_TO_C89 || defined _MSC_VER))
H A Dzdump.c18 # define HAVE_SNPRINTF (!PORT_TO_C89 || 199901 <= __STDC_VERSION__)

Completed in 4 milliseconds