mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-01-30 19:24:07 +00:00
Formerly variable.c.~6~
This commit is contained in:
parent
febf5d0944
commit
b5ee5f8539
1 changed files with 0 additions and 8 deletions
|
@ -22,14 +22,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||||
#include "dep.h"
|
#include "dep.h"
|
||||||
#include "file.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. */
|
/* Hash table of all global variable definitions. */
|
||||||
|
|
||||||
#ifndef VARIABLE_BUCKETS
|
#ifndef VARIABLE_BUCKETS
|
||||||
|
|
Loading…
Reference in a new issue