pull-prototypes-to-head-20020821
[openafs.git] / src / comerr / et_lex.lex_nt.c
index 28b46a9..e68c2b6 100644 (file)
@@ -215,7 +215,7 @@ static int yy_n_chars;              /* number of characters read into yy_ch_buf */
 int yyleng;\r
 \r
 /* Points to current character in buffer. */\r
-static char *yy_c_buf_p = (char *) 0;\r
+static char *yy_c_buf_p = NULL;\r
 static int yy_init = 1;                /* whether we need to initialize */\r
 static int yy_start = 0;       /* start state number */\r
 \r
@@ -388,13 +388,6 @@ static yyconst short int yy_chk[65] =
 static yy_state_type yy_state_buf[YY_BUF_SIZE + 2], *yy_state_ptr;\r
 static char *yy_full_match;\r
 static int yy_lp;\r
-#define REJECT \\r
-{ \\r
-*yy_cp = yy_hold_char; /* undo effects of setting up yytext */ \\r
-yy_cp = yy_full_match; /* restore poss. backed-over text */ \\r
-++yy_lp; \\r
-goto find_rule; \\r
-}\r
 static int yy_more_flag = 0;\r
 static int yy_more_len = 0;\r
 #define yymore() (yy_more_flag = 1)\r
@@ -621,7 +614,6 @@ yy_match:
 yy_find_action:\r
                yy_current_state = *--yy_state_ptr;\r
                yy_lp = yy_accept[yy_current_state];\r
-find_rule: /* we branch to this label when backing up */\r
                for ( ; ; ) /* until we find what rule we matched */\r
                        {\r
                        if ( yy_lp && yy_lp < yy_accept[yy_current_state + 1] )\r