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

@@ -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