projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41d88b6
)
Silence another Irix compiler warning.
author
Nicholas Clark
<nick@ccl4.org>
Mon, 30 Jan 2006 16:50:38 +0000
(16:50 +0000)
committer
Nicholas Clark
<nick@ccl4.org>
Mon, 30 Jan 2006 16:50:38 +0000
(16:50 +0000)
p4raw-id: //depot/perl@27006
toke.c
patch
|
blob
|
history
diff --git
a/toke.c
b/toke.c
index
8f90366
..
5586d08
100644
(file)
--- a/
toke.c
+++ b/
toke.c
@@
-207,8
+207,11
@@
enum token_type {
TOKENTYPE_GVVAL
};
-static struct debug_tokens { const int token, type; const char *name; }
- const debug_tokens[] =
+static struct debug_tokens {
+ const int token;
+ enum token_type type;
+ const char *name;
+} const debug_tokens[] =
{
{ ADDOP, TOKENTYPE_OPNUM, "ADDOP" },
{ ANDAND, TOKENTYPE_NONE, "ANDAND" },