[svn:parrot] r46823 - trunk/src/packfile
NotFound at svn.parrot.org
NotFound at svn.parrot.org
Thu May 20 19:52:14 UTC 2010
Author: NotFound
Date: Thu May 20 19:52:13 2010
New Revision: 46823
URL: https://trac.parrot.org/parrot/changeset/46823
Log:
c++ fix
Modified:
trunk/src/packfile/pf_items.c
Modified: trunk/src/packfile/pf_items.c
==============================================================================
--- trunk/src/packfile/pf_items.c Thu May 20 19:45:07 2010 (r46822)
+++ trunk/src/packfile/pf_items.c Thu May 20 19:52:13 2010 (r46823)
@@ -1218,8 +1218,8 @@
UINTVAL flags;
UINTVAL encoding_nr;
UINTVAL charset_nr;
- ENCODING *encoding;
- CHARSET *charset;
+ const ENCODING *encoding;
+ const CHARSET *charset;
size_t size;
const int wordsize = pf ? pf->header->wordsize : sizeof (opcode_t);
opcode_t flag_charset_word = PF_fetch_opcode(pf, cursor);
More information about the parrot-commits
mailing list