From 70fc008f8343223f443d89ec90fcede0c89c4561 Mon Sep 17 00:00:00 2001 From: Ivica Ico Bukvic <ico@monsoon-hp.(none)> Date: Sun, 4 Mar 2012 12:04:02 -0500 Subject: [PATCH] remaining build files --- src/config.h | 2 +- src/m_pd.h | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/config.h b/src/config.h index a8ffe9c58..6835ea96e 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 c5b7e2e8b..aa903b702 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 */ -- GitLab