|
|
Author: petdance
Date: Sun Dec 16 23:02:47 2007
New Revision: 24000
Modified:
trunk/src/datatypes.c
trunk/tools/build/headerizer.pl
Log:
headerized src/datatypes.c with the new rewriting headerizer
Modified: trunk/src/datatypes.c
==============================================================================
--- trunk/src/datatypes.c (original)
+++ trunk/src/datatypes.c Sun Dec 16 23:02:47 2007
@@ -27,10 +27,7 @@
/*
-=item C<PARROT_API
-PARROT_WARN_UNUSED_RESULT
-INTVAL
-Parrot_get_datatype_enum(PARROT_INTERP, ARGIN(const STRING *type_name))>
+=item C<INTVAL Parrot_get_datatype_enum>
Return datatype C<enum> for C<STRING*> type_name.
@@ -60,11 +57,7 @@
/*
-=item C<PARROT_API
-PARROT_WARN_UNUSED_RESULT
-PARROT_CANNOT_RETURN_NULL
-STRING *
-Parrot_get_datatype_name(PARROT_INTERP, INTVAL type)>
+=item C<STRING * Parrot_get_datatype_name>
Return datatype name for C<type>.
Modified: trunk/tools/build/headerizer.pl
==============================================================================
--- trunk/tools/build/headerizer.pl (original)
+++ trunk/tools/build/headerizer.pl Sun Dec 16 23:02:47 2007
@@ -9,6 +9,7 @@
# While I work on files individually to make sure headerizing and
# rewriting doesn't stomp on them.
my @experimental_files = qw(
+ datatypes.c
exceptions.c
hash.c
hll.c
|
|