aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/eqn/eqnbox.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/eqn/eqnbox.c')
-rw-r--r--src/cmd/eqn/eqnbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/eqn/eqnbox.c b/src/cmd/eqn/eqnbox.c
index 7dd0b867..1cf2579b 100644
--- a/src/cmd/eqn/eqnbox.c
+++ b/src/cmd/eqn/eqnbox.c
@@ -4,7 +4,7 @@ void eqnbox(int p1, int p2, int lu)
{
double b, h;
char *sh;
- extern char *IRspace;
+ /* extern char *IRspace; */ /* not used */
yyval = p1;
b = max(ebase[p1], ebase[p2]);