Remove STDC tests to unbreak Windows build
git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@177092 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -56,8 +56,6 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#if defined(__STDC__)
|
||||
|
||||
/*
|
||||
* In order to have a consistent format for displaying test information,
|
||||
* all tests are REQUIRED to use the functions provided by this library
|
||||
@@ -335,12 +333,6 @@ testDuplicateHelper(
|
||||
PKIX_PL_Object *object,
|
||||
void *plContext);
|
||||
|
||||
#else /* __STDC__ */
|
||||
|
||||
#error No function declarations for non-ISO C yet
|
||||
|
||||
#endif /* __STDC__ */
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
@@ -56,8 +56,6 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#if defined(__STDC__)
|
||||
|
||||
#include "pkix_pl_generalname.h"
|
||||
|
||||
/* see source file for function documentation */
|
||||
@@ -147,12 +145,6 @@ createGeneralName(
|
||||
char *asciiName,
|
||||
void *plContext);
|
||||
|
||||
#else /* __STDC__ */
|
||||
|
||||
#error No function declarations for non-ISO C yet
|
||||
|
||||
#endif /* __STDC__ */
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user