Now that static data is also const, there is no need to eliminate the error and
authorthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Mon, 5 Feb 2007 16:31:25 +0000 (16:31 +0000)
committerthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Mon, 5 Feb 2007 16:31:25 +0000 (16:31 +0000)
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

index 5b091ae..ded7484 100644 (file)
@@ -486,7 +486,7 @@ data and execution code.
         0 @{ res = 1; };
 }%%
 
-%% write data noerror nofinal;
+%% write data;
 \end{verbatim}
 \columnbreak
 \begin{verbatim}