summaryrefslogtreecommitdiff
path: root/src/od.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/od.c')
-rw-r--r--src/od.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/od.c b/src/od.c
index b808aeb94..461a5bffc 100644
--- a/src/od.c
+++ b/src/od.c
@@ -17,28 +17,8 @@
/* Written by Jim Meyering. */
-/* AIX requires this to be the first thing in the file. */
#include <config.h>
-#ifdef __GNUC__
-#define alloca __builtin_alloca
-#else /* not __GNUC__ */
-#if HAVE_ALLOCA_H
-#include <alloca.h>
-#else /* not HAVE_ALLOCA_H */
-#ifdef _AIX
- #pragma alloca
-#else /* not _AIX */
-#ifdef _WIN32
-#include <malloc.h>
-#include <io.h>
-#else
-char *alloca ();
-#endif /* not _WIN32 */
-#endif /* not _AIX */
-#endif /* not HAVE_ALLOCA_H */
-#endif /* not __GNUC__ */
-
#include <stdio.h>
#include <assert.h>
#include <getopt.h>