]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/translator.hh
Issue 4357/3: Run preparatory script replacing listener macros
[lilypond.git] / lily / include / translator.hh
index d089f78d037239cb7a23f1006aa3874f0675be01..54a7f318f77d32c921c82faeec431a69f6deac63 100644 (file)
@@ -87,7 +87,7 @@ inline void listen_ ## m (Stream_event *);              \
 static void _internal_declare_ ## m ();                 \
 private:                                                \
  static Listener _get_ ## m ## _listener (void *, SCM); \
-DECLARE_LISTENER (_listen_scm_ ## m);
+void _listen_scm_ ## m (SCM);
 
 #define DECLARE_ACKNOWLEDGER(x) public : void acknowledge_ ## x (Grob_info); protected:
 #define DECLARE_END_ACKNOWLEDGER(x) public : void acknowledge_end_ ## x (Grob_info); protected: