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

@@ -1758,11 +1758,13 @@ void ol_data_init_buffer ol_data_PROTO(( ol_data_BUFFER_STATE b, FILE *file ));
#define ol_data_new_buffer ol_data_create_buffer
#if 0
#ifdef __cplusplus
static int ol_datainput ol_data_PROTO(( void ));
#else
static int input ol_data_PROTO(( void ));
#endif
#endif
ol_data_DECL
{
@@ -2248,6 +2250,7 @@ register ol_data_CHAR *ol_data_bp;
#endif
#if 0
#ifdef __cplusplus
static int ol_datainput()
#else
@@ -2314,6 +2317,7 @@ static int input()
return ( c );
}
#endif
#ifdef ol_data_USE_PROTOS

View File

@@ -2233,11 +2233,13 @@ void remote_init_buffer remote_PROTO(( remote_BUFFER_STATE b, FILE *file ));
#define remote_new_buffer remote_create_buffer
#if 0
#ifdef __cplusplus
static int remoteinput remote_PROTO(( void ));
#else
static int input remote_PROTO(( void ));
#endif
#endif
remote_DECL
{
@@ -2733,6 +2735,7 @@ register remote_CHAR *remote_bp;
#endif
#if 0
#ifdef __cplusplus
static int remoteinput()
#else
@@ -2799,6 +2802,7 @@ static int input()
return ( c );
}
#endif
#ifdef remote_USE_PROTOS

View File

@@ -3038,11 +3038,13 @@ void nodedata_init_buffer nodedata_PROTO(( nodedata_BUFFER_STATE b, FILE *file )
#define nodedata_new_buffer nodedata_create_buffer
#if 0
#ifdef __cplusplus
static int nodedatainput nodedata_PROTO(( void ));
#else
static int input nodedata_PROTO(( void ));
#endif
#endif
nodedata_DECL
{
@@ -3564,6 +3566,7 @@ register nodedata_CHAR *nodedata_bp;
#endif
#if 0
#ifdef __cplusplus
static int nodedatainput()
#else
@@ -3630,6 +3633,7 @@ static int input()
return ( c );
}
#endif
#ifdef nodedata_USE_PROTOS

View File

@@ -1873,11 +1873,13 @@ void graphics_task_init_buffer graphics_task_PROTO(( graphics_task_BUFFER_STATE
#define graphics_task_new_buffer graphics_task_create_buffer
#if 0
#ifdef __cplusplus
static int graphics_taskinput graphics_task_PROTO(( void ));
#else
static int input graphics_task_PROTO(( void ));
#endif
#endif
graphics_task_DECL
{
@@ -2349,6 +2351,7 @@ register graphics_task_CHAR *graphics_task_bp;
#endif
#if 0
#ifdef __cplusplus
static int graphics_taskinput()
#else
@@ -2415,6 +2418,7 @@ static int input()
return ( c );
}
#endif
#ifdef graphics_task_USE_PROTOS

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