From owner-cvs-all Sun Jul 22 16:15: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from assaris.sics.se (dhcp114.iss.kth.se [130.237.7.114]) by hub.freebsd.org (Postfix) with ESMTP id B1C3737B401; Sun, 22 Jul 2001 16:14:49 -0700 (PDT) (envelope-from assar@assaris.sics.se) Received: (from assar@localhost) by assaris.sics.se (8.9.3/8.9.3) id BAA32656; Mon, 23 Jul 2001 01:15:04 +0200 (CEST) (envelope-from assar) To: Seth Kingsley Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/usr.bin/lex flex.skl References: <200107211947.f6LJlHT62249@freefall.freebsd.org> <20010722021054.C77888@meow.osd.bsdi.com> <5l8zhhqmya.fsf@assaris.sics.se> <20010722155748.A84989@meow.osd.bsdi.com> From: Assar Westerlund Date: 23 Jul 2001 01:15:03 +0200 In-Reply-To: Seth Kingsley's message of "Sun, 22 Jul 2001 15:57:48 -0700" Message-ID: <5lpuash7yg.fsf@assaris.sics.se> Lines: 17 User-Agent: Gnus/5.070098 (Pterodactyl Gnus v0.98) Emacs/20.6 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Seth Kingsley writes: > A number of options are available for lint purists who > want to suppress the appearance of unneeded routines in > the generated scanner. Each of the following, if unset > (e.g., %option nounput ), results in the corresponding > routine not appearing in the generated scanner: > > input, unput > yy_push_state, yy_pop_state, yy_top_state > yy_scan_buffer, yy_scan_bytes, yy_scan_string > > (though yy_push_stat) and friends won't appear anyway > unless you use %option stack). That's much better. /assar To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message