[svn:parrot] r37680 - in trunk: include/parrot src

coke at svn.parrot.org coke at svn.parrot.org
Tue Mar 24 14:01:30 UTC 2009


Author: coke
Date: Tue Mar 24 14:01:29 2009
New Revision: 37680
URL: https://trac.parrot.org/parrot/changeset/37680

Log:
ran 'make headerizer'

Modified:
   trunk/include/parrot/packfile.h
   trunk/src/debug.c

Modified: trunk/include/parrot/packfile.h
==============================================================================
--- trunk/include/parrot/packfile.h	Tue Mar 24 14:00:36 2009	(r37679)
+++ trunk/include/parrot/packfile.h	Tue Mar 24 14:01:29 2009	(r37680)
@@ -677,10 +677,6 @@
         FUNC_MODIFIES(*dir);
 
 PARROT_EXPORT
-void Parrot_load_language(PARROT_INTERP, ARGIN_NULLOK(STRING *lang_name))
-        __attribute__nonnull__(1);
-
-PARROT_EXPORT
 PARROT_WARN_UNUSED_RESULT
 PARROT_CANNOT_RETURN_NULL
 opcode_t * PackFile_Segment_pack(PARROT_INTERP,
@@ -746,6 +742,10 @@
         __attribute__nonnull__(1);
 
 PARROT_EXPORT
+void Parrot_load_language(PARROT_INTERP, ARGIN_NULLOK(STRING *lang_name))
+        __attribute__nonnull__(1);
+
+PARROT_EXPORT
 PARROT_WARN_UNUSED_RESULT
 PARROT_CANNOT_RETURN_NULL
 PackFile_Debug * Parrot_new_debug_seg(PARROT_INTERP,

Modified: trunk/src/debug.c
==============================================================================
--- trunk/src/debug.c	Tue Mar 24 14:00:36 2009	(r37679)
+++ trunk/src/debug.c	Tue Mar 24 14:01:29 2009	(r37680)
@@ -100,7 +100,7 @@
 
 PARROT_WARN_UNUSED_RESULT
 PARROT_CAN_RETURN_NULL
-static const DebuggerCmd * get_cmd(const char **cmd);
+static const DebuggerCmd * get_cmd(ARGIN_NULLOK(const char **cmd));
 
 PARROT_WARN_UNUSED_RESULT
 static unsigned long get_uint(ARGMOD(const char **cmd), unsigned int def)


More information about the parrot-commits mailing list