Diff for /embedaddon/lighttpd/src/lemon.c between versions 1.1.1.2 and 1.1.1.3

version 1.1.1.2, 2014/06/15 20:20:06 version 1.1.1.3, 2016/11/02 10:35:00
Line 1 Line 1
   #include "first.h"
   
 /*  /*
 ** This file contains all sources (including headers) to the LEMON  ** This file contains all sources (including headers) to the LEMON
 ** LALR(1) parser generator.  The sources have been combined into a  ** LALR(1) parser generator.  The sources have been combined into a
Line 11 Line 13
 #include <string.h>  #include <string.h>
 #include <ctype.h>  #include <ctype.h>
 #include <stdlib.h>  #include <stdlib.h>
   
 #ifdef HAVE_CONFIG_H  
 #include "config.h"  
 #endif  
   
 #ifdef HAVE_STDINT_H  #ifdef HAVE_STDINT_H
 # include <stdint.h>  # include <stdint.h>

Removed from v.1.1.1.2  
changed lines
  Added in v.1.1.1.3


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