From owner-freebsd-current Sat Sep 9 06:06:23 1995 Return-Path: current-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA16581 for current-outgoing; Sat, 9 Sep 1995 06:06:23 -0700 Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id GAA16563 for ; Sat, 9 Sep 1995 06:05:51 -0700 Received: from sax.sax.de by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id PAA21461; Sat, 9 Sep 1995 15:05:40 +0200 Received: by sax.sax.de (8.6.11/8.6.12-s1) with UUCP id PAA10945; Sat, 9 Sep 1995 15:05:40 +0200 Received: (from j@localhost) by uriah.heep.sax.de (8.6.12/8.6.9) id PAA01138; Sat, 9 Sep 1995 15:05:09 +0200 From: J Wunsch Message-Id: <199509091305.PAA01138@uriah.heep.sax.de> Subject: Re: 20-40% faster wc(1) To: wosch@freebsd.first.gmd.de (Wolfram Schneider) Date: Sat, 9 Sep 1995 15:05:09 +0200 (MET DST) Cc: current@FreeBSD.org, wosch@freebsd.first.gmd.de Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <199509091205.OAA18842@freebsd.first.gmd.de> from "Wolfram Schneider" at Sep 9, 95 02:04:54 pm X-Phone: +49-351-2012 669 X-Mailer: ELM [version 2.4 PL23] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Content-Length: 290 Sender: current-owner@FreeBSD.org Precedence: bulk As Wolfram Schneider wrote: > > +#ifdef OPT > + u_char spbuf[256]; /* buffer for isspace lookup */ What happens if sizeof(u_char) > 256? -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ Never trust an operating system you don't have sources for. ;-)