[svn:parrot] r43241 - trunk/include/parrot
plobsing at svn.parrot.org
plobsing at svn.parrot.org
Thu Dec 24 21:01:16 UTC 2009
Author: plobsing
Date: Thu Dec 24 21:01:15 2009
New Revision: 43241
URL: https://trac.parrot.org/parrot/changeset/43241
Log:
remove OPCODE_TYPE_(PERL|PYTHON|JAVA|MSNET) which have been unused for 8 years
Modified:
trunk/include/parrot/parrot.h
Modified: trunk/include/parrot/parrot.h
==============================================================================
--- trunk/include/parrot/parrot.h Thu Dec 24 19:45:49 2009 (r43240)
+++ trunk/include/parrot/parrot.h Thu Dec 24 21:01:15 2009 (r43241)
@@ -109,11 +109,6 @@
#define NUM_REGISTERS 32
#define PARROT_MAGIC 0x13155a1
-#define OPCODE_TYPE_PERL 0x5045524c
-#define OPCODE_TYPE_PYTHON 0x5045524b
-#define OPCODE_TYPE_JAVA 4871757
-#define OPCODE_TYPE_MSNET 0x2e4e4554
-
typedef void STRING_FUNCS;
typedef struct parrot_interp_t Interp;
More information about the parrot-commits
mailing list