Author: bernhard
Date: Wed May 3 13:16:29 2006
New Revision: 12490
Removed:
trunk/include/parrot/perltypes.h
Modified:
trunk/MANIFEST
trunk/lib/Parrot/Docs/Section/C.pm
trunk/src/dynpmc/perlundef.pmc
trunk/src/pmc/boolean.pmc
Log:
'parrot/perltypes,h' only defined DONT_USE_CHANGE_TYPE,
which wasn't used anywhere.
So get rid of perltypes.h.
Modified: trunk/MANIFEST
==============================================================================
--- trunk/MANIFEST (original)
+++ trunk/MANIFEST Wed May 3 13:16:29 2006
@@ -666,7 +666,6 @@
include/parrot/oplib.h [main]include
include/parrot/packfile.h [main]include
include/parrot/parrot.h [main]include
-include/parrot/perltypes.h [main]include
include/parrot/pic.h [main]include
include/parrot/pmc.h [main]include
include/parrot/pmc_freeze.h [main]include
Modified: trunk/lib/Parrot/Docs/Section/C.pm
==============================================================================
--- trunk/lib/Parrot/Docs/Section/C.pm (original)
+++ trunk/lib/Parrot/Docs/Section/C.pm Wed May 3 13:16:29 2006
@@ -1,4 +1,4 @@
-# Copyright: 2004 The Perl Foundation. All Rights Reserved.
+# Copyright: 2004-2006 The Perl Foundation. All Rights Reserved.
# $Id$
=head1 NAME
@@ -200,7 +200,6 @@
$self->c_pair_item('', 'key'),
$self->c_pair_item('', 'sub'),
$self->c_header_item('', 'pobj'),
- $self->c_header_item('', 'perltypes'),
$self->c_pair_item('', 'pmc_freeze'),
),
$self->new_group(
Modified: trunk/src/dynpmc/perlundef.pmc
==============================================================================
--- trunk/src/dynpmc/perlundef.pmc (original)
+++ trunk/src/dynpmc/perlundef.pmc Wed May 3 13:16:29 2006
@@ -20,7 +20,6 @@
*/
#include "parrot/parrot.h"
-#include "parrot/perltypes.h"
pmclass PerlUndef
extends PerlInt
Modified: trunk/src/pmc/boolean.pmc
==============================================================================
--- trunk/src/pmc/boolean.pmc (original)
+++ trunk/src/pmc/boolean.pmc Wed May 3 13:16:29 2006
@@ -1,5 +1,5 @@
/*
-Copyright: 2001-2003 The Perl Foundation. All Rights Reserved.
+Copyright: 2001-2006 The Perl Foundation. All Rights Reserved.
$Id$
=head1 NAME
@@ -22,7 +22,6 @@
*/
#include "parrot/parrot.h"
-#include "parrot/perltypes.h"
pmclass Boolean extends Integer does boolean does scalar {