oniguruma.h | oniguruma.h | |||
---|---|---|---|---|
skipping to change at line 39 | skipping to change at line 39 | |||
* SUCH DAMAGE. | * SUCH DAMAGE. | |||
*/ | */ | |||
#ifdef __cplusplus | #ifdef __cplusplus | |||
extern "C" { | extern "C" { | |||
#endif | #endif | |||
#define ONIGURUMA | #define ONIGURUMA | |||
#define ONIGURUMA_VERSION_MAJOR 5 | #define ONIGURUMA_VERSION_MAJOR 5 | |||
#define ONIGURUMA_VERSION_MINOR 9 | #define ONIGURUMA_VERSION_MINOR 9 | |||
#define ONIGURUMA_VERSION_TEENY 5 | #define ONIGURUMA_VERSION_TEENY 6 | |||
#ifdef __cplusplus | #ifdef __cplusplus | |||
# ifndef HAVE_PROTOTYPES | # ifndef HAVE_PROTOTYPES | |||
# define HAVE_PROTOTYPES 1 | # define HAVE_PROTOTYPES 1 | |||
# endif | # endif | |||
# ifndef HAVE_STDARG_PROTOTYPES | # ifndef HAVE_STDARG_PROTOTYPES | |||
# define HAVE_STDARG_PROTOTYPES 1 | # define HAVE_STDARG_PROTOTYPES 1 | |||
# endif | # endif | |||
#endif | #endif | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||