[svn:parrot] r49424 - trunk/include/parrot

nwellnhof at svn.parrot.org nwellnhof at svn.parrot.org
Sat Oct 2 23:15:11 UTC 2010


Author: nwellnhof
Date: Sat Oct  2 23:15:11 2010
New Revision: 49424
URL: https://trac.parrot.org/parrot/changeset/49424

Log:
[str] Fix g++ build

Modified:
   trunk/include/parrot/encoding.h

Modified: trunk/include/parrot/encoding.h
==============================================================================
--- trunk/include/parrot/encoding.h	Sat Oct  2 22:38:57 2010	(r49423)
+++ trunk/include/parrot/encoding.h	Sat Oct  2 23:15:11 2010	(r49424)
@@ -26,7 +26,7 @@
 PARROT_DATA STR_VTABLE *Parrot_default_encoding_ptr;
 
 #ifdef PARROT_IN_CORE
-STR_VTABLE *Parrot_null_encoding_ptr;
+PARROT_DATA STR_VTABLE *Parrot_null_encoding_ptr;
 #endif
 
 /* HEADERIZER BEGIN: src/string/encoding.c */


More information about the parrot-commits mailing list