X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Flexer.ll;h=fe8dacfb7816863c83757962f184425828b196c8;hb=078703a6ab29f75983a55ac2cc35fe5f315da574;hp=b4e3697a5078cf2385aacd0093b918b65c7f980a;hpb=75e2b24fabd5962901580b0d3627cee6b0aa41c1;p=lilypond.git diff --git a/lily/lexer.ll b/lily/lexer.ll index b4e3697a50..fe8dacfb78 100644 --- a/lily/lexer.ll +++ b/lily/lexer.ll @@ -862,26 +862,6 @@ scan_fraction (String frac) return scm_cons (scm_from_int (n), scm_from_int (d)); } -// Breaks for flex 2.5.31 -#if 0 -/* avoid silly flex induced gcc warnings */ -static void yy_push_state (int) {;} -static void yy_pop_state () {;} -static int yy_top_state () { return 0; } - -static void -avoid_silly_flex_induced_gcc_warnings () -{ - (void)yy_start_stack_ptr; - (void)yy_start_stack_depth; - (void)yy_start_stack; - yy_push_state (0); - yy_pop_state (); - yy_top_state (); - avoid_silly_flex_induced_gcc_warnings (); -} -#endif - SCM lookup_markup_command (String s) {