%endif
{
register int yy_is_jam;
- M4_YY_DECL_GUTS_VAR();
+ M4_YY_DECL_GUTS_VAR(); /* This var may be unused depending upon options. */
%% [17.0] code to find the next state, and perhaps do backing up, goes here
return yy_is_jam ? 0 : yy_current_state;
static void yy_flex_strncpy YYFARGS3( char*,s1, yyconst char *,s2, int,n)
{
register int i;
- M4_YY_DECL_GUTS_VAR();
for ( i = 0; i < n; ++i )
s1[i] = s2[i];
}
static int yy_flex_strlen YYFARGS1( yyconst char *,s)
{
register int n;
- M4_YY_DECL_GUTS_VAR();
for ( n = 0; s[n]; ++n )
;