From 004b961e1ff303140a3703850c077c68f4ab0a54 Mon Sep 17 00:00:00 2001 From: thurston Date: Mon, 5 Feb 2007 16:31:25 +0000 Subject: [PATCH] Now that static data is also const, there is no need to eliminate the error and first final states from the write data statement in order to avoid a gcc compiler warnings. For a first example all the data elements should be written. git-svn-id: http://svn.complang.org/ragel/trunk@79 052ea7fc-9027-0410-9066-f65837a77df0 --- doc/ragel-guide.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ragel-guide.tex b/doc/ragel-guide.tex index 5b091ae..ded7484 100644 --- a/doc/ragel-guide.tex +++ b/doc/ragel-guide.tex @@ -486,7 +486,7 @@ data and execution code. 0 @{ res = 1; }; }%% -%% write data noerror nofinal; +%% write data; \end{verbatim} \columnbreak \begin{verbatim} -- 2.7.4