]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/lily-guile.hh
release: 1.3.102
[lilypond.git] / lily / include / lily-guile.hh
index 623e8526924fee7540c0116a5cbd4461acc5ac26..d69322d91b62958bd31f6388f3054117b08b1433 100644 (file)
@@ -84,9 +84,11 @@ void add_scm_init_func (void (*)());
 typedef SCM(*Scheme_function_unknown)();
 
 #if __GNUC_MINOR__ >= 96
+typedef SCM(*Scheme_function_0)();
 typedef SCM(*Scheme_function_1)(SCM);
 typedef SCM(*Scheme_function_2)(SCM,SCM);       
 #else
+typedef SCM(*Scheme_function_0)(...);
 typedef SCM(*Scheme_function_1)(...);
 typedef SCM(*Scheme_function_2)(...);
 #endif