FreeBSD 10 clang port

This commit is contained in:
Ulrich Wilkens
2014-07-27 16:48:57 +02:00
committed by Jon Trulson
parent 8d0551bfda
commit c3f74eec17
99 changed files with 510 additions and 366 deletions

View File

@@ -1750,11 +1750,13 @@ void yy_init_buffer YY_PROTO(( YY_BUFFER_STATE b, FILE *file ));
#define yy_new_buffer yy_create_buffer
#if 0
#ifdef __cplusplus
static int yyinput YY_PROTO(( void ));
#else
static int input YY_PROTO(( void ));
#endif
#endif
YY_DECL
{
@@ -2322,6 +2324,7 @@ register YY_CHAR *yy_bp;
#endif
#if 0
#ifdef __cplusplus
static int yyinput()
#else
@@ -2388,6 +2391,7 @@ static int input()
return ( c );
}
#endif
#ifdef YY_USE_PROTOS