summaryrefslogtreecommitdiff
path: root/gcc/xcoff.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/xcoff.h')
-rw-r--r--gcc/xcoff.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/xcoff.h b/gcc/xcoff.h
index 9a07173a0fb..af55ebd02e2 100644
--- a/gcc/xcoff.h
+++ b/gcc/xcoff.h
@@ -16,6 +16,9 @@ You should have received a copy of the GNU General Public License
along with GCC; see the file COPYING3. If not see
<http://www.gnu.org/licenses/>. */
+#ifndef GCC_XCOFF_H
+#define GCC_XCOFF_H
+
/* Storage classes in XCOFF object file format designed for DBX's use.
This info is from the `Files Reference' manual for IBM's AIX version 3
for the RS6000. */
@@ -33,3 +36,5 @@ along with GCC; see the file COPYING3. If not see
#define C_DECL 0x8c
#define C_ENTRY 0x8d
#define C_FUN 0x8e
+
+#endif /* GCC_XCOFF_H */