aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/eqn/e.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/eqn/e.h')
-rw-r--r--src/cmd/eqn/e.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cmd/eqn/e.h b/src/cmd/eqn/e.h
index 432f4eac..07dc4df6 100644
--- a/src/cmd/eqn/e.h
+++ b/src/cmd/eqn/e.h
@@ -18,6 +18,8 @@ extern int class[LAST][LAST];
#define max(x,y) (((x) >= (y)) ? (x) : (y)) /* beware of side effects */
#define min(x,y) (((x) <= (y)) ? (x) : (y))
+#undef sprintf /* Snow Leopard */
+
extern char errbuf[200];
extern char *cmdname;
#define ERROR sprintf(errbuf,