/[wait]/trunk/waisquery.y
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/waisquery.y

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 18 by unknown, Fri Apr 28 15:41:10 2000 UTC revision 19 by ulpfr, Tue May 9 11:29:45 2000 UTC
# Line 95  w_unit          : a_unit Line 95  w_unit          : a_unit
95  %%  %%
96  use strict;  use strict;
97  sub yyerror {  sub yyerror {
98    print "yyeror: @_ $.\n";    warn "yyerror: @_ $.\n";
99  }  }
100    
101  for (qw(and or not phonix soundex)) {  for (qw(and or not phonix soundex)) {
# Line 119  sub yylex1 { Line 119  sub yylex1 {
119    } else {    } else {
120      $verbose = $VERBOSE{$token};      $verbose = $VERBOSE{$token};
121    }    }
122    print "yylex($token=$verbose$val)\n";    warn "yylex($token=$verbose$val)\n";
123    return $token;    return $token;
124  }  }
125    

Legend:
Removed from v.18  
changed lines
  Added in v.19

  ViewVC Help
Powered by ViewVC 1.1.26