mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
14 lines
331 B
Plaintext
14 lines
331 B
Plaintext
$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[] = {
|