diff --git a/src/config.h b/src/config.h index a8ffe9c589993651bedd02963113e2783b2d585b..6835ea96eb0f7dcb2c957c4560dffbb4b0f934a8 100644 --- a/src/config.h +++ b/src/config.h @@ -211,7 +211,7 @@ #define TIME_WITH_SYS_TIME 1 /* Number of bits in a file offset, on hosts where this is settable. */ -#define _FILE_OFFSET_BITS 64 +/* #undef _FILE_OFFSET_BITS */ /* Define for large files, on AIX-style hosts. */ /* #undef _LARGE_FILES */ diff --git a/src/m_pd.h b/src/m_pd.h index c5b7e2e8b431e8298df184b2c85e476e7bd86a75..aa903b7026690e2216e2b0ab0c1ad07db25e1a8d 100644 --- a/src/m_pd.h +++ b/src/m_pd.h @@ -10,8 +10,8 @@ extern "C" { #define PD_MAJOR_VERSION 0 #define PD_MINOR_VERSION 42 -#define PD_BUGFIX_VERSION 5 -#define PD_TEST_VERSION "extended-l2ork-20111217" +#define PD_BUGFIX_VERSION 6 +#define PD_TEST_VERSION "extended-l2ork-20120304" /* old name for "MSW" flag -- we have to take it for the sake of many old "nmakefiles" for externs, which will define NT and not MSW */ @@ -25,8 +25,8 @@ extern "C" { #pragma warning( disable : 4305 ) /* uncast const double to float */ #pragma warning( disable : 4244 ) /* uncast float/int conversion etc. */ #pragma warning( disable : 4101 ) /* unused automatic variables */ -/* not using GNU C, __attribute__ means nothing */ -# define __attribute__(x) +/* not using GNU C, __attribute__ means nothing */ +# define __attribute__(x) #endif /* _MSC_VER */