Author: chromatic
Date: Sat Apr 14 20:31:19 2007
New Revision: 18216
Modified:
trunk/docs/pdds/draft/pddXX_pmc.pod
Changes in other areas also in this revision:
Modified:
trunk/docs/vtables.pod
trunk/lib/Parrot/Pmc2c.pm
trunk/lib/Parrot/Vtable.pm
trunk/src/hll.c
trunk/src/jit/i386/jit_emit.h
trunk/src/jit/sun4/jit_emit.h
trunk/t/tools/pmc2c.t
Log:
Added typedef for struct _vtable, then used VTABLE everywhere, as it was
already available.
Modified: trunk/docs/pdds/draft/pddXX_pmc.pod
==============================================================================
--- trunk/docs/pdds/draft/pddXX_pmc.pod (original)
+++ trunk/docs/pdds/draft/pddXX_pmc.pod Sat Apr 14 20:31:19 2007
@@ -49,7 +49,7 @@
+---------------+
#define THE_PMC \
- struct _vtable* vtable; \
+ VTABLE *vtable; \
UINTVAL flags
An Integer Value PMC could be defined with: