[svn:parrot] r47883 - trunk/include/parrot
plobsing at svn.parrot.org
plobsing at svn.parrot.org
Sat Jun 26 21:15:24 UTC 2010
Author: plobsing
Date: Sat Jun 26 21:15:24 2010
New Revision: 47883
URL: https://trac.parrot.org/parrot/changeset/47883
Log:
remove last instance of Parrot_VTABLE (TT #1531)
Modified:
trunk/include/parrot/extend.h
Modified: trunk/include/parrot/extend.h
==============================================================================
--- trunk/include/parrot/extend.h Sat Jun 26 20:55:10 2010 (r47882)
+++ trunk/include/parrot/extend.h Sat Jun 26 21:15:24 2010 (r47883)
@@ -28,7 +28,6 @@
#if defined(PARROT_IN_CORE)
#define Parrot_Language Parrot_Int
-#define Parrot_VTABLE VTABLE *
/* Macro to save off the original stack pointer for GC scanning. If
the stacktop was NULL, then set it to the address of the cached
More information about the parrot-commits
mailing list