aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/sam/sam.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/sam/sam.h')
-rw-r--r--src/cmd/sam/sam.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd/sam/sam.h b/src/cmd/sam/sam.h
index 5ba8a614..7e824da1 100644
--- a/src/cmd/sam/sam.h
+++ b/src/cmd/sam/sam.h
@@ -16,6 +16,7 @@
#define TRUE 1
#define FALSE 0
+#undef INFINITY /* Darwin declares this as HUGE_VAL */
#define INFINITY 0x7FFFFFFFL
#define INCR 25
#define STRSIZE (2*BLOCKSIZE)