diff options
author | Jeff Law <law@gcc.gnu.org> | 1997-11-13 18:41:19 -0700 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1997-11-13 18:41:19 -0700 |
commit | c39de8184ccef8b18d3604246b4564869ca28071 (patch) | |
tree | 78a33debc10c7890325aa10d927e8e252782e3aa /gcc | |
parent | 9571f69bfd3e6524b556fbb608f8ea23f4492f6f (diff) | |
download | gcc-c39de8184ccef8b18d3604246b4564869ca28071.zip gcc-c39de8184ccef8b18d3604246b4564869ca28071.tar.gz gcc-c39de8184ccef8b18d3604246b4564869ca28071.tar.bz2 |
Comment change.
From-SVN: r16476
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/dwarf2.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/dwarf2.h b/gcc/dwarf2.h index d2a74e0..b4c9721 100644 --- a/gcc/dwarf2.h +++ b/gcc/dwarf2.h @@ -26,6 +26,9 @@ by UNIX International. Copies of this specification are available from UNIX International, 20 Waterview Boulevard, Parsippany, NJ, 07054. */ +/* This file is shared between GCC and GDB, and should not contain + prototypes. */ + /* Tag names and codes. */ enum dwarf_tag |