diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 1998-05-14 18:09:01 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 1998-05-14 18:09:01 +0000 |
commit | 34e9701933920a1b91b5f5717935652f86850872 (patch) | |
tree | 71af4c85e03dd559ba81b969efa4ea5ac1ede141 /bytecode.h | |
parent | 0559d6709bef71ddf2b29eb9894aa0c5747eb3ef (diff) | |
download | perl-34e9701933920a1b91b5f5717935652f86850872.tar.gz |
Changes to allow compiler with gcc-2.8.1 in C++ mode,
Remove K&R style functions, avoid struct/typedef clash.
p4raw-id: //depot/ansiperl@972
Diffstat (limited to 'bytecode.h')
-rw-r--r-- | bytecode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bytecode.h b/bytecode.h index e86c146505..6640ce9b16 100644 --- a/bytecode.h +++ b/bytecode.h @@ -2,7 +2,7 @@ typedef char *pvcontents; typedef char *strconst; typedef U32 PV; typedef char *op_tr_array; -typedef int comment; +typedef int comment_t; typedef SV *svindex; typedef OP *opindex; typedef IV IV64; |