[svn:parrot] r44652 - in trunk: . compilers/imcc src
coke at svn.parrot.org
coke at svn.parrot.org
Fri Mar 5 16:50:59 UTC 2010
Author: coke
Date: Fri Mar 5 16:50:58 2010
New Revision: 44652
URL: https://trac.parrot.org/parrot/changeset/44652
Log:
fix svn:ignore, regen manifest.skip, rerun headerizer.
Modified:
trunk/MANIFEST.SKIP
trunk/compilers/imcc/ (props changed)
trunk/compilers/imcc/instructions.c
trunk/src/debug.c
Modified: trunk/MANIFEST.SKIP
==============================================================================
--- trunk/MANIFEST.SKIP Fri Mar 5 16:39:48 2010 (r44651)
+++ trunk/MANIFEST.SKIP Fri Mar 5 16:50:58 2010 (r44652)
@@ -1,6 +1,6 @@
# ex: set ro:
# $Id$
-# generated by tools/dev/mk_manifest_and_skip.pl Fri Mar 5 16:32:44 2010 UT
+# generated by tools/dev/mk_manifest_and_skip.pl Fri Mar 5 16:49:09 2010 UT
#
# This file should contain a transcript of the svn:ignore properties
# of the directories in the Parrot subversion repository. (Needed for
@@ -172,8 +172,8 @@
^compilers/imcc/.*\.obj/
^compilers/imcc/.*\.tmp$
^compilers/imcc/.*\.tmp/
-^compilers/imcc/CFLAGS$
-^compilers/imcc/CFLAGS/
+^compilers/imcc/Rules\.mak$
+^compilers/imcc/Rules\.mak/
^compilers/imcc/imcc$
^compilers/imcc/imcc/
^compilers/imcc/imclexer\.c$
Modified: trunk/compilers/imcc/instructions.c
==============================================================================
--- trunk/compilers/imcc/instructions.c Fri Mar 5 16:39:48 2010 (r44651)
+++ trunk/compilers/imcc/instructions.c Fri Mar 5 16:50:58 2010 (r44652)
@@ -50,7 +50,7 @@
__attribute__nonnull__(1)
__attribute__nonnull__(4);
-static int e_file_open(PARROT_INTERP, ARGIN(const char *file))
+static int e_file_open(PARROT_INTERP, ARGIN(const char *param))
__attribute__nonnull__(1)
__attribute__nonnull__(2);
@@ -785,7 +785,7 @@
/*
-=item C<static int e_file_open(PARROT_INTERP, const char *file)>
+=item C<static int e_file_open(PARROT_INTERP, const char *param)>
Prints a message to STDOUT.
Modified: trunk/src/debug.c
==============================================================================
--- trunk/src/debug.c Fri Mar 5 16:39:48 2010 (r44651)
+++ trunk/src/debug.c Fri Mar 5 16:50:58 2010 (r44652)
@@ -116,7 +116,6 @@
UINTVAL register_num)
__attribute__nonnull__(1);
-
PARROT_WARN_UNUSED_RESULT
PARROT_CANNOT_RETURN_NULL
static const char * skip_whitespace(ARGIN(const char *cmd))
More information about the parrot-commits
mailing list