summaryrefslogtreecommitdiff
path: root/snd-1.h
diff options
context:
space:
mode:
authorAlessio Treglia <quadrispro@ubuntu.com>2010-02-11 17:43:11 +0100
committerAlessio Treglia <quadrispro@ubuntu.com>2010-02-11 17:43:11 +0100
commitd136f8f7d28ea86f3f040e95aef4c7a95ea8b7e2 (patch)
tree286ff861eca93f6a1ccb5248bef34b3f03fbe200 /snd-1.h
parentf369f1bdb2b9efc5b7ed3b74a0b4b51642086e18 (diff)
Imported Upstream version 11.3
Diffstat (limited to 'snd-1.h')
-rw-r--r--snd-1.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/snd-1.h b/snd-1.h
index 4b14057..ad45782 100644
--- a/snd-1.h
+++ b/snd-1.h
@@ -14,7 +14,7 @@
/* these macros fix up argument order for setter procs in Scheme: (set! (proc a b) c) */
/* snd-edits has a 5 and a 10 case */
-#if HAVE_S7
+#if HAVE_SCHEME
#define WITH_TWO_SETTER_ARGS(name_reversed, name) \
static s7_pointer name_reversed(s7_scheme *sc, s7_pointer args) \
@@ -522,7 +522,7 @@ typedef struct snd_state {
#if HAVE_GL && MUS_WITH_GL2PS
bool gl_printing;
#endif
-#if HAVE_S7
+#if HAVE_SCHEME
char listener_char;
#endif
} snd_state;
@@ -1654,9 +1654,6 @@ void snd_set_global_defaults(bool need_cleanup);
#if SND_AS_WIDGET
snd_state *snd_main(int argc, char **argv);
#endif
-#ifdef SND_AS_PD_EXTERNAL
- int snd_pd_main(void);
-#endif
void g_init_base(void);