diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-12-09 15:57:48 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-12-09 15:57:48 +0000 |
commit | ef624d6678e9009316f62c21a0d4df195d0b45f1 (patch) | |
tree | 23a596bf064f190cfaf2139e9ddc1e5d4942340a /gcc/vmsdbgout.c | |
parent | 04194a666c5a24ffe6ce1e608ceb34796780b57e (diff) | |
download | gcc-ef624d6678e9009316f62c21a0d4df195d0b45f1.tar.gz |
* vmsdbg.h: Delete spurious close-comment.
(DST_HEADER): Fix typo in ENUM_BITFIELD parameter.
* vmsdbgout.c (write_modbeg): Define return type.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47811 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/vmsdbgout.c')
-rw-r--r-- | gcc/vmsdbgout.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/vmsdbgout.c b/gcc/vmsdbgout.c index 257d5066f04..c558f44c9a5 100644 --- a/gcc/vmsdbgout.c +++ b/gcc/vmsdbgout.c @@ -703,6 +703,7 @@ write_debug_string (string, comment, dosizeonly) /* Output a module begin header and return the header size. Just return the size if DOSIZEONLY is non-zero. */ +static int write_modbeg (dosizeonly) int dosizeonly; { |