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

@@ -433,11 +433,13 @@ void sgml_init_buffer sgml_PROTO(( sgml_BUFFER_STATE b, FILE *file ));
#define sgml_new_buffer sgml_create_buffer
#if 0
#ifdef __cplusplus
static int sgmlinput sgml_PROTO(( void ));
#else
static int input sgml_PROTO(( void ));
#endif
#endif
sgml_DECL
{
@@ -867,6 +869,7 @@ register sgml_CHAR *sgml_bp;
#endif
#if 0
#ifdef __cplusplus
static int sgmlinput()
#else
@@ -933,6 +936,7 @@ static int input()
return ( c );
}
#endif
#ifdef sgml_USE_PROTOS