summaryrefslogtreecommitdiff
path: root/Porting/config_H
diff options
context:
space:
mode:
authorAaron Crane <arc@cpan.org>2017-10-14 15:47:10 +0200
committerAaron Crane <arc@cpan.org>2017-10-21 16:53:18 +0100
commit6ff2ec7da32d2a2afeb2b1b0a1d5a78e2d573402 (patch)
treeeee661657a612cb298a64566da580c1637e9db57 /Porting/config_H
parent7e0346596d505ad065530a113109ee0a1ff260e9 (diff)
downloadperl-6ff2ec7da32d2a2afeb2b1b0a1d5a78e2d573402.tar.gz
Rely on C89 <assert.h>
Diffstat (limited to 'Porting/config_H')
-rw-r--r--Porting/config_H6
1 files changed, 0 insertions, 6 deletions
diff --git a/Porting/config_H b/Porting/config_H
index 9cec42dc29..b56dd606a9 100644
--- a/Porting/config_H
+++ b/Porting/config_H
@@ -3656,12 +3656,6 @@
#define FFLUSH_NULL /**/
/*#define FFLUSH_ALL / **/
-/* I_ASSERT:
- * This symbol, if defined, indicates that <assert.h> exists and
- * could be included by the C program to get the assert() macro.
- */
-#define I_ASSERT /**/
-
/* I_CRYPT:
* This symbol, if defined, indicates that <crypt.h> exists and
* should be included.