X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finput-smob.cc;h=0ea9b3664c434f87809e9b9a1c70e4835b6d7ec2;hb=71cc3b4a5adf79c361d2af39f1a361a36a03f273;hp=bbd6f34dc3144995680c20c3754f0b54ecadc399;hpb=e22333e86580918f2b5c5167fd4881758f4d43a7;p=lilypond.git diff --git a/lily/input-smob.cc b/lily/input-smob.cc index bbd6f34dc3..0ea9b3664c 100644 --- a/lily/input-smob.cc +++ b/lily/input-smob.cc @@ -80,10 +80,7 @@ make_input (Input ip) Input * nip = new Input (ip); SCM z; - SCM_NEWCELL (z); - SCM_SETCAR (z, (SCM)input_tag); - SCM_SETCDR (z, (SCM)nip); - // fixme: done_malloc + SCM_NEWSMOB (z, input_tag, nip); return z; }