From 4322cc82f34454c7d0413a9a047e1f125356778c Mon Sep 17 00:00:00 2001 From: Will Estes Date: Sat, 22 Oct 2016 09:41:09 -0400 Subject: html from #95 --- manual/Generated-Scanner.html | 2 +- manual/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manual/Generated-Scanner.html b/manual/Generated-Scanner.html index 1ec7764..972610c 100644 --- a/manual/Generated-Scanner.html +++ b/manual/Generated-Scanner.html @@ -122,7 +122,7 @@ the scanning routine using a K&R-style/non-prototyped function declaration, you must terminate the definition with a semi-colon (;).

flex generates ‘C99’ function definitions by -default. Flex used toFlex used to have the ability to generate obsolete, er, +default. Flex used to have the ability to generate obsolete, er, ‘traditional’, function definitions. This was to support bootstrapping gcc on old systems. Unfortunately, traditional definitions prevent us from using any standard data types smaller than diff --git a/manual/index.html b/manual/index.html index 63e0768..13fa37e 100644 --- a/manual/index.html +++ b/manual/index.html @@ -301,7 +301,7 @@ perform pattern-matching on text. The manual includes both tutorial and reference sections.

This edition of The flex Manual documents flex version -2.6.2. It was last updated on 19 October 2016. +2.6.2. It was last updated on 22 October 2016.

This manual was written by Vern Paxson, Will Estes and John Millaway.

-- cgit v1.2.1