From owner-freebsd-bugs Thu Apr 25 7:30:11 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 92BE137B423 for ; Thu, 25 Apr 2002 07:30:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3PEU2g79561; Thu, 25 Apr 2002 07:30:02 -0700 (PDT) (envelope-from gnats) Received: from hand.dotat.at (host217-39-16-172.in-addr.btopenworld.com [217.39.16.172]) by hub.freebsd.org (Postfix) with ESMTP id C69F937B429 for ; Thu, 25 Apr 2002 07:29:08 -0700 (PDT) Received: from fanf by hand.dotat.at with local (Exim 3.35 #1) id 170kF3-000FKj-00 for FreeBSD-gnats-submit@freebsd.org; Thu, 25 Apr 2002 14:29:01 +0000 Message-Id: Date: Thu, 25 Apr 2002 14:29:01 +0000 From: Tony Finch Reply-To: Tony Finch To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: bin/37454: [PATCH] increase unifdef table size Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 37454 >Category: bin >Synopsis: [PATCH] increase unifdef table size >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Apr 25 07:30:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Tony Finch >Release: FreeBSD 4.5-STABLE-20020312 i386 >Organization: dotat labs >Environment: System: FreeBSD hand.dotat.at 4.5-STABLE-20020312 FreeBSD 4.5-STABLE-20020312 #19: Tue Mar 12 13:45:49 GMT 2002 fanf@hand.dotat.at:/FreeBSD/obj/FreeBSD/releng4/sys/SHARP i386 >Description: unifdef's limit of 100 symbols is far too small. >How-To-Repeat: >Fix: --- unifdef.c 30 Jul 2001 10:16:48 -0000 1.4.2.1 +++ unifdef.c 25 Apr 2002 14:25:48 -0000 @@ -82,7 +82,7 @@ char lnblank BSS; /* -l option in effect: blank deleted lines */ char complement BSS; /* -c option in effect: complement the operation */ -#define MAXSYMS 100 +#define MAXSYMS 1000 char *symname[MAXSYMS] BSS; /* symbol name */ char true[MAXSYMS] BSS; /* -Dsym */ char ignore[MAXSYMS] BSS; /* -iDsym or -iUsym */ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message