Skip to content

Commit

Permalink
namealias: small pod changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Reini Urban committed Jul 8, 2014
1 parent b1b4b87 commit 868c410
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions src/string/namealias.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Generated namealias hash for icu control characters
- gperf --output-file=src/string/namealias.c src/string/namealias_c.in
- manual cleanup for inline and codingstd_tests. TODO: tools/build/namealias.pl
- manual cleanup for inline and codingstd_tests via F<tools/build/namealias.pl>
=over 4
Expand Down Expand Up @@ -93,7 +93,6 @@ struct Parrot_namealias { int name; const INTVAL codepoint; };
#define MAX_HASH_VALUE 139
/* maximum key range = 136, duplicates = 0 */


static unsigned int
Parrot_namealias_hash(register const char *str, register unsigned int len)
{
Expand Down
2 changes: 1 addition & 1 deletion src/string/namealias_c.in
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Generated namealias hash for icu control characters

- gperf --output-file=src/string/namealias.c src/string/namealias_c.in

- manual cleanup for inline and codingstd_tests. TODO: tools/build/namealias.pl
- manual cleanup for inline and codingstd_tests via F<tools/build/namealias.pl>

=over 4

Expand Down
2 changes: 1 addition & 1 deletion tools/build/namealias_c.pl
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ =head1 DESCRIPTION
# c_operator.t: there should be one space or a newline after a comma
s/{-1},/{-1, 0},/g;

# skip inline. we use it twice in core_ops.c
# skip inline. we use it twice in core_ops.c. Note that on windows this regex fails.
s/\Q#ifdef __GNUC__
__inline
#if defined __GNUC_STDC_INLINE__ || defined __GNUC_GNU_INLINE__
Expand Down

0 comments on commit 868c410

Please sign in to comment.