summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1992-08-07 00:52:09 +0000
committerRoland McGrath <roland@gnu.org>1992-08-07 00:52:09 +0000
commitefdf2b764582b262bdbda00af5016e743e450610 (patch)
treebfd89f79b1303f8f9e5da6c737d3f57c520d9c6d /math
parente0c39dc9cdcad74383e9c98524bd1e090a8e2097 (diff)
Formerly ../math/test-math.c.~5~
Diffstat (limited to 'math')
-rw-r--r--math/test-math.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/test-math.c b/math/test-math.c
index e157dc9041..21e873de47 100644
--- a/math/test-math.c
+++ b/math/test-math.c
@@ -7,7 +7,7 @@ int
DEFUN_VOID(main)
{
CONST char str[] = "123.456";
- double x,y,z,h,li,lr,a,lrr;
+ double x,h,li,lr,a,lrr;
x = atof (str);