diff options
author | mycroft <mycroft@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-05-22 19:08:06 +0000 |
---|---|---|
committer | mycroft <mycroft@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-05-22 19:08:06 +0000 |
commit | 1049378a2965771066b5458f3df2f7bdd7cbfc16 (patch) | |
tree | bc7a443918f4503b8e06a2cf25e6f57e31a4a22e /gcc/xcoffout.h | |
parent | 40cf55b45569305e471aac4ca09a209d358def82 (diff) | |
download | gcc-1049378a2965771066b5458f3df2f7bdd7cbfc16.tar.gz |
entered into RCS
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@1049 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/xcoffout.h')
-rw-r--r-- | gcc/xcoffout.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/xcoffout.h b/gcc/xcoffout.h index 52984767da1..c36e93bd876 100644 --- a/gcc/xcoffout.h +++ b/gcc/xcoffout.h @@ -5,7 +5,7 @@ /* Tags and typedefs are C_DECL in XCOFF, not C_LSYM. */ -#define DBX_DECL_STABS_CODE N_DECL +#define DBX_TYPE_DECL_STABS_CODE N_DECL /* Use the XCOFF predefined type numbers. */ |