Diff for /capa/capa51/pProj/capaFormulaLexer.c between versions 1.5 and 1.6

version 1.5, 2024/04/27 16:28:17 version 1.6, 2024/05/01 20:31:19
Line 28 Line 28
   
 #include <ctype.h>    /* isspace() */  #include <ctype.h>    /* isspace() */
 #include <stdio.h>    /* sscanf()  */  #include <stdio.h>    /* sscanf()  */
 #include <string.h>  #include <string.h>   /* strlen() strcpy() */
 #include "capaParser.h"  #include "capaParser.h"
 #define YYSTYPE  Symbol_p  #define YYSTYPE  Symbol_p
 #include "capaFormula.h"  #include "capaFormula.h"

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


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