diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 2001-12-09 15:57:48 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 2001-12-09 15:57:48 +0000 |
commit | cadf4f299ddaab8ef6dfb5911f09177e6d2cb4df (patch) | |
tree | 23a596bf064f190cfaf2139e9ddc1e5d4942340a /gcc/vmsdbgout.c | |
parent | 046b71ed34e2a816d14c89ddfe1607b4e8dc4803 (diff) | |
download | gcc-cadf4f299ddaab8ef6dfb5911f09177e6d2cb4df.zip gcc-cadf4f299ddaab8ef6dfb5911f09177e6d2cb4df.tar.gz gcc-cadf4f299ddaab8ef6dfb5911f09177e6d2cb4df.tar.bz2 |
vmsdbg.h: Delete spurious close-comment.
* vmsdbg.h: Delete spurious close-comment.
(DST_HEADER): Fix typo in ENUM_BITFIELD parameter.
* vmsdbgout.c (write_modbeg): Define return type.
From-SVN: r47811
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 257d506..c558f44 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; { |