Merge "drop: ifdef __cplusplus checks from C files"

This commit is contained in:
James Zern
2013-12-16 20:13:09 -08:00
committed by Gerrit Code Review
55 changed files with 0 additions and 385 deletions

View File

@ -14,10 +14,6 @@
#include <stdio.h>
#include <stdlib.h>
#if defined(__cplusplus) || defined(c_plusplus)
extern "C" {
#endif
// -----------------------------------------------------------------------------
// File I/O
@ -74,6 +70,3 @@ int ExUtilWriteFile(const char* const file_name,
return ok;
}
#if defined(__cplusplus) || defined(c_plusplus)
} // extern "C"
#endif