blob: bfac0df106d0984510518fe41f2c82bf2b9a56cc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ap,v 1.1 2006/03/21 17:30:00 yyamano Exp $
--- eqn/box.cc.orig 1995-06-22 16:41:54.000000000 +0900
+++ eqn/box.cc
@@ -80,7 +80,7 @@ int matrix_side_sep = 17; // = thin spac
int nroff = 0; // should we grok ndefine or tdefine?
-struct {
+static struct {
const char *name;
int *ptr;
} param_table[] = {
|