From: Vern Paxson Date: Thu, 15 Dec 1994 14:34:08 +0000 (+0000) Subject: formatting X-Git-Tag: flex-2-5-5b~151 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a0ea6d2dada970923f205a6fc01fdfba457ad9dd;p=flex formatting --- diff --git a/gen.c b/gen.c index 96fa5c0..83e9cf6 100644 --- a/gen.c +++ b/gen.c @@ -393,7 +393,6 @@ void gen_find_action() indent_puts( "if ( yy_act == 0 )" ); indent_up(); indent_puts( "{ /* have to back up */" ); - indent_puts( "yy_cp = yy_last_accepting_cpos;" ); indent_puts( "yy_current_state = yy_last_accepting_state;" );