Skip to content

Commit

Permalink
Undo (per Jani's request)
Browse files Browse the repository at this point in the history
  • Loading branch information
zsuraski committed Dec 9, 2001
1 parent a7b9d55 commit 216e81d
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions TSRM/tsrm_config_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,8 @@
#include <malloc.h>
#endif

/* AIX requires this to be the first thing in the file. */
#ifndef __GNUC__
# if HAVE_ALLOCA_H
# include <alloca.h>
# else
# ifdef _AIX
#pragma alloca
# else
# ifndef alloca /* predefined by HP cc +Olibcalls */
char *alloca ();
# endif
# endif
# endif
#if HAVE_ALLOCA_H
#include <alloca.h>
#endif

#if HAVE_UNISTD_H
Expand Down

0 comments on commit 216e81d

Please sign in to comment.