blob: ae11205400af33714a1bf241e7f73f026bfce55a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- libiberty/fibheap.c.org Sat Jan 31 14:51:11 2004
+++ libiberty/fibheap.c Sat Jan 31 14:51:28 2004
@@ -22,9 +22,9 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
-#ifdef HAVE_LIMITS_H
+//#ifdef HAVE_LIMITS_H
#include <limits.h>
-#endif
+//#endif
#ifdef HAVE_STDLIB_H
#include <stdlib.h>
#endif
|