Diff for /gforth/vmgen-ex2/mini.l between versions 1.1 and 1.2

version 1.1, 2002/06/02 15:46:17 version 1.2, 2002/06/02 17:02:56
Line 21 Line 21
   
 /* %option yylineno (flex option, implied by flex -l) */  /* %option yylineno (flex option, implied by flex -l) */
   
   %{
   #ifndef __GNUC__
   #include <string.h>
   char *strdup(const char *s);
   #endif
   %}
   
 %%  %%
 [-();,+*&|<=!]  return yytext[0];  [-();,+*&|<=!]  return yytext[0];
 :=      return BECOMES;  :=      return BECOMES;

Removed from v.1.1  
changed lines
  Added in v.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>