From 07105c9a04e982a8838dc25154998d4f60a8be34 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 29 Sep 1997 07:22:26 +0000 Subject: [PATCH 1/1] Added static modifier to msg_tab. --- asn/diagbib1.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/asn/diagbib1.c b/asn/diagbib1.c index 248926a..1d0e5b8 100644 --- a/asn/diagbib1.c +++ b/asn/diagbib1.c @@ -1,10 +1,13 @@ /* - * Copyright (c) 1995, Index Data + * Copyright (c) 1995-1997, Index Data * See the file LICENSE for details. * Sebastian Hammer, Adam Dickmeiss * * $Log: diagbib1.c,v $ - * Revision 1.6 1997-07-01 14:15:10 adam + * Revision 1.7 1997-09-29 07:22:26 adam + * Added static modifier to msg_tab. + * + * Revision 1.6 1997/07/01 14:15:10 adam * Added new BIB-1 diagnostic messages. * * Revision 1.5 1996/01/02 13:57:30 adam @@ -28,7 +31,7 @@ #include "diagbib1.h" -struct { +static struct { int code; char *msg; } msg_tab[] = { -- 1.7.10.4