gsl_version.h (gsl-2.7) | : | gsl_version.h (gsl-2.7.1) | ||
---|---|---|---|---|
skipping to change at line 17 | skipping to change at line 17 | |||
#undef __END_DECLS | #undef __END_DECLS | |||
#ifdef __cplusplus | #ifdef __cplusplus | |||
# define __BEGIN_DECLS extern "C" { | # define __BEGIN_DECLS extern "C" { | |||
# define __END_DECLS } | # define __END_DECLS } | |||
#else | #else | |||
# define __BEGIN_DECLS /* empty */ | # define __BEGIN_DECLS /* empty */ | |||
# define __END_DECLS /* empty */ | # define __END_DECLS /* empty */ | |||
#endif | #endif | |||
__BEGIN_DECLS | __BEGIN_DECLS | |||
#define GSL_VERSION "2.7" | #define GSL_VERSION "2.7.1" | |||
#define GSL_MAJOR_VERSION 2 | #define GSL_MAJOR_VERSION 2 | |||
#define GSL_MINOR_VERSION 7 | #define GSL_MINOR_VERSION 7 | |||
GSL_VAR const char * gsl_version; | GSL_VAR const char * gsl_version; | |||
__END_DECLS | __END_DECLS | |||
#endif /* __GSL_VERSION_H__ */ | #endif /* __GSL_VERSION_H__ */ | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |