[svn:parrot] r36469 - trunk/src/pmc

whiteknight at svn.parrot.org whiteknight at svn.parrot.org
Sun Feb 8 20:13:45 UTC 2009


Author: whiteknight
Date: Sun Feb  8 20:13:44 2009
New Revision: 36469
URL: https://trac.parrot.org/parrot/changeset/36469

Log:
[PMC] take bignum out of circulation, it's not ready for prime time yet

Modified:
   trunk/src/pmc/pmc.num

Modified: trunk/src/pmc/pmc.num
==============================================================================
--- trunk/src/pmc/pmc.num	Sun Feb  8 19:52:25 2009	(r36468)
+++ trunk/src/pmc/pmc.num	Sun Feb  8 20:13:44 2009	(r36469)
@@ -51,36 +51,35 @@
 
 # abstract perlscalar.pmc
 perlint.pmc    34
-perlnum.pmc    35
-perlstring.pmc    36
-perlundef.pmc    37
-boolean.pmc    38
+perlstring.pmc    35
+perlundef.pmc    36
+boolean.pmc    37
 
-ref.pmc    39
-sharedref.pmc    40
+ref.pmc    38
+sharedref.pmc    39
 
 # arrays XXX this list isn't complete
 
-array.pmc    41
-fixedintegerarray.pmc    42
-iterator.pmc    43
-perlarray.pmc    44
-pmcarray.pmc    45
-sarray.pmc    46
-constsarray.pmc    47
-fixedstringarray.pmc    48
+array.pmc    40
+fixedintegerarray.pmc    41
+iterator.pmc    42
+perlarray.pmc    43
+pmcarray.pmc    44
+sarray.pmc    45
+constsarray.pmc    46
+fixedstringarray.pmc    47
 
 # hashes
-hash.pmc    49
-perlhash.pmc    50
-orderedhash.pmc    51
+hash.pmc    48
+perlhash.pmc    49
+orderedhash.pmc    50
 
 # other
 
-tqueue.pmc    52
+tqueue.pmc    51
 
-parrotclass.pmc    53
-parrotobject.pmc    54
+parrotclass.pmc    52
+parrotobject.pmc    53
 
-os.pmc    55
-file.pmc    56
+os.pmc    54
+file.pmc    55


More information about the parrot-commits mailing list