Diff for /gforth/vmgen-ex/mini.l between versions 1.4 and 1.5

version 1.4, 2003/03/09 15:17:09 version 1.5, 2003/08/25 14:17:55
Line 1 Line 1
   %{
 /* front-end scanner for vmgen example  /* front-end scanner for vmgen example
   
   Copyright (C) 2001,2003 Free Software Foundation, Inc.    Copyright (C) 2001,2003 Free Software Foundation, Inc.
Line 19 Line 20
   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
 */  */
   
 /* %option yylineno (flex option, implied by flex -l) */  /* % option yylineno (flex option, implied by flex -l) */
   
 %{  
 #include <stdlib.h>  #include <stdlib.h>
 #include <string.h>  #include <string.h>
 char *mystrdup(const char *s)  char *mystrdup(const char *s)

Removed from v.1.4  
changed lines
  Added in v.1.5


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