Patches item #1647875, was opened at 2007-01-30 14:18
Message generated for change (Settings changed) made by helly
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=616202&aid=1647875&group_id=96864

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
>Status: Pending
Resolution: None
>Priority: 3
Private: No
Submitted By: Nuno Lopes (nuno-lopes)
>Assigned to: Marcus Börger (helly)
Summary: add const to yybm vector

Initial Comment:
Index: code.cc
===================================================================
--- code.cc     (revision 618)
+++ code.cc     (working copy)
@@ -215,7 +215,7 @@

        if (b && bLastPass)
        {
-               o << indent(ind) << "static unsigned char yybm[] = {";
+               o << indent(ind) << "static const unsigned char yybm[] = {";

                uint c = 1, n = ub - lb;



----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=616202&aid=1647875&group_id=96864

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Re2c-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/re2c-general

Reply via email to