]> git.ipfire.org Git - thirdparty/make.git/commitdiff
Formerly variable.c.~6~
authorRoland McGrath <roland@redhat.com>
Mon, 15 Jun 1992 22:41:38 +0000 (22:41 +0000)
committerRoland McGrath <roland@redhat.com>
Mon, 15 Jun 1992 22:41:38 +0000 (22:41 +0000)
variable.c

index 77556837d4c0b1e9161e309f71103c48317cb0f7..c7246608ff69c8b1046af8ebdec58fe6ed7a2982 100644 (file)
@@ -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