]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/parse-scm.cc
T1265 - Remove deprecation warnings when running with Guile V2 Replace scm_str2symbol...
[lilypond.git] / lily / parse-scm.cc
index a8c6f6586a728db2021c109e90a90557be6edb66..9f6ff8b5d785762ba255c07817745fd89fcb2057 100644 (file)
@@ -40,7 +40,7 @@ internal_ly_parse_scm (Parse_start *ps)
 
   int off = ps->start_location_.start () - sf->c_str ();
 
-  scm_seek (port, scm_long2num (off), scm_long2num (SEEK_SET));
+  scm_seek (port, scm_from_long (off), scm_from_long (SEEK_SET));
   SCM from = scm_ftell (port);
 
   scm_set_port_line_x (port,  scm_from_int (ps->start_location_.line_number () -1));