OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 05-Sep-2002 10:07:37
Branch: HEAD Handle: 2002090509073700
Added files:
openpkg-src/ragel ragel.patch
Log:
Add ragel patch code to fix a shameless typo bug.
Summary:
Revision Changes Path
1.1 +12 -0 openpkg-src/ragel/ragel.patch
____________________________________________________________________________
Index: openpkg-src/ragel/ragel.patch
============================================================
$ cvs update -p -r1.1 ragel.patch
diff -Naur ragel-1.3.0.orig/fsm.cpp ragel-1.3.0/fsm.cpp
--- ragel-1.3.0.orig/fsm.cpp Thu Sep 5 10:02:44 2002
+++ ragel-1.3.0/fsm.cpp Thu Sep 5 10:03:36 2002
@@ -33,7 +33,7 @@
*/
void dumpTransData( ostream &out, Trans *trans )
{
- cout << trans->toState->num << " [" << trans->priority << "](";
+ out << trans->toState->num << " [" << trans->priority << "](";
/* Print the functions, adding in commas in between. */
Trans::TransFuncEl *tfel = trans->transFuncTable.table;
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]