diff options
author | Brad King <brad.king@kitware.com> | 2015-10-21 14:31:57 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-10-21 14:31:57 (GMT) |
commit | 5333c04cd046187dc10cd6576e8fdc1342753d36 (patch) | |
tree | 183196587441a68ac3eb66ee888aad9f8f4cbb76 /Utilities/cmlibarchive | |
parent | e861e12f6ed677debd63a78ca80f9e85def77081 (diff) | |
download | CMake-5333c04cd046187dc10cd6576e8fdc1342753d36.zip CMake-5333c04cd046187dc10cd6576e8fdc1342753d36.tar.gz CMake-5333c04cd046187dc10cd6576e8fdc1342753d36.tar.bz2 |
libarchive: Drop CMake-specific Borland compiler workaround
We no longer build CMake with the Borland compiler.
Diffstat (limited to 'Utilities/cmlibarchive')
-rw-r--r-- | Utilities/cmlibarchive/libarchive/archive.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Utilities/cmlibarchive/libarchive/archive.h b/Utilities/cmlibarchive/libarchive/archive.h index 275aa0d..a8d4c6c 100644 --- a/Utilities/cmlibarchive/libarchive/archive.h +++ b/Utilities/cmlibarchive/libarchive/archive.h @@ -55,13 +55,6 @@ # include <inttypes.h> #endif -/* Borland symbols are case-insensitive. This workaround only works - within CMake because we do not mix compilers. */ -#if defined(__BORLANDC__) -# define archive_read_open_FILE archive_read_open_FILE_ -# define archive_write_open_FILE archive_write_open_FILE_ -#endif - /* Get appropriate definitions of 64-bit integer */ #if !defined(__LA_INT64_T_DEFINED) /* Older code relied on the __LA_INT64_T macro; after 4.0 we'll switch to the typedef exclusively. */ |