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:
julien.pierre.bugs%sun.com
2005-08-04 03:18:08 +00:00
parent b2f69aca32
commit b9da9c3484
2 changed files with 0 additions and 16 deletions

View File

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

View File

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