Skip to content

Commit

Permalink
fix svn:ignore, regen manifest.skip, rerun headerizer.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.parrot.org/parrot/trunk@44652 d31e2699-5ff4-0310-a27c-f18f2fbe73fe
  • Loading branch information
coke committed Mar 5, 2010
1 parent f931491 commit 5cf18c5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
6 changes: 3 additions & 3 deletions MANIFEST.SKIP
@@ -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
Expand Down Expand Up @@ -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$
Expand Down
4 changes: 2 additions & 2 deletions compilers/imcc/instructions.c
Expand Up @@ -50,7 +50,7 @@ static int e_file_emit(PARROT_INTERP,
__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);

Expand Down Expand Up @@ -785,7 +785,7 @@ static char *output;

/*
=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.
Expand Down
1 change: 0 additions & 1 deletion src/debug.c
Expand Up @@ -116,7 +116,6 @@ static void no_such_register(PARROT_INTERP,
UINTVAL register_num)
__attribute__nonnull__(1);


PARROT_WARN_UNUSED_RESULT
PARROT_CANNOT_RETURN_NULL
static const char * skip_whitespace(ARGIN(const char *cmd))
Expand Down

0 comments on commit 5cf18c5

Please sign in to comment.