]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/lily-guile.hh
* aclocal.m4: Regenerate.
[lilypond.git] / lily / include / lily-guile.hh
index 8245965f3d1b4179894fee00d05a6fbdf75a9f70..1d2b3839c2aa9a086e8ea37e2ecd540b9663a7fd 100644 (file)
@@ -156,8 +156,6 @@ Interval ly_scm2interval (SCM);
 Slice int_list_to_slice (SCM l);
 SCM ly_interval2scm (Drul_array<Real>);
 
-void taint (SCM *);
-
 
 SCM ly_parse_scm (char const* s, int* n);
 SCM ly_quote_scm (SCM s);
@@ -167,6 +165,8 @@ String print_scm_val (SCM val);
 SCM ly_number2string (SCM s);
 
 SCM parse_symbol_list (char const *);
+SCM robust_list_ref(int i, SCM l);
+
 
 inline SCM ly_cdr (SCM x) { return SCM_CDR (x); }
 inline SCM ly_car (SCM x) { return SCM_CAR (x); } 
@@ -202,7 +202,7 @@ void ly_display_scm (SCM s);
 #include "array.hh"
 
 void read_lily_scm_file (String);
-void init_lily_guile (String dir);
+void ly_init_guile ();
 
 bool ly_dir_p (SCM s);
 bool ly_number_pair_p (SCM);