summaryrefslogtreecommitdiff
path: root/src/preproc/eqn/over.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/preproc/eqn/over.cc')
-rw-r--r--src/preproc/eqn/over.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/preproc/eqn/over.cc b/src/preproc/eqn/over.cc
index 06b03212..4c544d1b 100644
--- a/src/preproc/eqn/over.cc
+++ b/src/preproc/eqn/over.cc
@@ -1,5 +1,5 @@
// -*- C++ -*-
-/* Copyright (C) 1989, 1990, 1991, 1992 Free Software Foundation, Inc.
+/* Copyright (C) 1989, 1990, 1991, 1992, 2001 Free Software Foundation, Inc.
Written by James Clark (jjc@jclark.com)
This file is part of groff.
@@ -65,7 +65,7 @@ int over_box::compute_metrics(int style)
set_script_size();
printf(".nr " SMALL_SIZE_FORMAT " \\n[.s]\n", uid);
}
- int mark_uid;
+ int mark_uid = 0;
int res = num->compute_metrics(style);
if (res)
mark_uid = num->uid;