diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2004-04-04 22:10:41 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2004-04-04 22:10:41 +0000 |
commit | 4ddc89a36ab33d0b660b7312b9b9f9557e820a78 (patch) | |
tree | 7cbd2ca0f5e73f1493e568ce8528946f4421f860 /src/OSC-pattern-match.c | |
parent | 023de231af8193b25c88d90bcdcea62465eb6e41 (diff) |
cleaned up build system, especially for Darwin/MacOS X
svn path=/trunk/externals/OSCx/; revision=1549
Diffstat (limited to 'src/OSC-pattern-match.c')
-rw-r--r-- | src/OSC-pattern-match.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/OSC-pattern-match.c b/src/OSC-pattern-match.c index 39dce87..7b04042 100644 --- a/src/OSC-pattern-match.c +++ b/src/OSC-pattern-match.c @@ -39,7 +39,7 @@ The OpenSound Control WWW page is #include <stdio.h>
#endif
-// #ifdef MACOSX
+// #ifdef __APPLE__
// #include <stdio.h>
// #endif
|