summaryrefslogtreecommitdiff
path: root/variable.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1992-06-15 22:41:38 +0000
committerRoland McGrath <roland@redhat.com>1992-06-15 22:41:38 +0000
commitb5ee5f85399e2526d24ef10a205f43f242485ee4 (patch)
treec18d71c04aa682b1f18b9079ca75ffa3065af75f /variable.c
parentfebf5d0944461c380ede5d3fb77846a3d86cab6e (diff)
downloadgunmake-b5ee5f85399e2526d24ef10a205f43f242485ee4.tar.gz
Formerly variable.c.~6~
Diffstat (limited to 'variable.c')
-rw-r--r--variable.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/variable.c b/variable.c
index 7755683..c724660 100644
--- a/variable.c
+++ b/variable.c
@@ -22,14 +22,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "dep.h"
#include "file.h"
-#ifdef __GNUC__
-#define max(a, b) \
- ({ register int __a = (a), __b = (b); __a > __b ? __a : __b; })
-#else
-#define max(a, b) ((a) > (b) ? (a) : (b))
-#endif
-
-
/* Hash table of all global variable definitions. */
#ifndef VARIABLE_BUCKETS