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

@@ -512,10 +512,12 @@ void schema_init_buffer schema_PROTO(( schema_BUFFER_STATE b, FILE *file ));
#define schema_new_buffer schema_create_buffer
#if 0
#ifdef __cplusplus
static int schemainput schema_PROTO(( void ));
#else
static int input schema_PROTO(( void ));
#endif
#endif
schema_DECL
@@ -1116,6 +1118,7 @@ register schema_CHAR * schema_bp;
#endif
#if 0
#ifdef __cplusplus
static int schemainput()
#else
@@ -1182,6 +1185,7 @@ static int input()
return ( c );
}
#endif
#ifdef schema_USE_PROTOS