[svn:parrot] r38111 - branches/packfile_revamp/include/parrot

bacek at svn.parrot.org bacek at svn.parrot.org
Wed Apr 15 12:07:11 UTC 2009


Author: bacek
Date: Wed Apr 15 12:07:10 2009
New Revision: 38111
URL: https://trac.parrot.org/parrot/changeset/38111

Log:
Generate PASM macros for PF_ANNOTATION_KEY_TYPE

Modified:
   branches/packfile_revamp/include/parrot/packfile.h

Modified: branches/packfile_revamp/include/parrot/packfile.h
==============================================================================
--- branches/packfile_revamp/include/parrot/packfile.h	Wed Apr 15 02:22:39 2009	(r38110)
+++ branches/packfile_revamp/include/parrot/packfile.h	Wed Apr 15 12:07:10 2009	(r38111)
@@ -286,12 +286,15 @@
     PackFile_ByteCode      *code;   /* where this segment belongs to */
 } PackFile_Debug;
 
+/* &gen_from_def(packfile_annotation_key_type.pasm) */
 
 /* Key types for annotation segment. */
 #define PF_ANNOTATION_KEY_TYPE_INT 0
 #define PF_ANNOTATION_KEY_TYPE_STR 1
 #define PF_ANNOTATION_KEY_TYPE_NUM 2
 
+/* &end_gen */
+
 typedef struct PackFile_Annotations_Key {
     opcode_t name;
     opcode_t type;


More information about the parrot-commits mailing list