Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
David MacDonald
purr-data
Commits
70fc008f
Commit
70fc008f
authored
Mar 04, 2012
by
Ivica Ico Bukvic
Browse files
remaining build files
parent
bb762a31
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/config.h
View file @
70fc008f
...
...
@@ -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 */
...
...
src/m_pd.h
View file @
70fc008f
...
...
@@ -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-201
11217
"
#define PD_BUGFIX_VERSION
6
#define PD_TEST_VERSION "extended-l2ork-201
20304
"
/* 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 */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment