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/vmsdbg.h | |
parent | 046b71ed34e2a816d14c89ddfe1607b4e8dc4803 (diff) | |
download | gcc-cadf4f299ddaab8ef6dfb5911f09177e6d2cb4df.tar.gz |
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/vmsdbg.h')
-rw-r--r-- | gcc/vmsdbg.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/vmsdbg.h b/gcc/vmsdbg.h index 4d48d7989ca..b710494944f 100644 --- a/gcc/vmsdbg.h +++ b/gcc/vmsdbg.h @@ -1,4 +1,4 @@ -/* Definitions for the data structures and codes used in VMS debugging. */ +/* Definitions for the data structures and codes used in VMS debugging. Copyright (C) 2001 Free Software Foundation, Inc. This file is part of GCC. @@ -46,8 +46,8 @@ typedef struct _DST_HEADER } dst__header_length; union { - ENUM_BITFIELD (_DST_DTYPE) dst_w_type : 16; - ENUM_BITFIELD (_DST_DTYPE) dst_x_type : 16; + ENUM_BITFIELD (_DST_TYPE) dst_w_type : 16; + ENUM_BITFIELD (_DST_TYPE) dst_x_type : 16; } dst__header_type; } DST_HEADER; #define DST_K_DST_HEADER_SIZE sizeof 4 |