aboutsummaryrefslogtreecommitdiff
path: root/gcc/unwind-pe.h
diff options
context:
space:
mode:
authorZack Weinberg <zack@codesourcery.com>2004-01-08 07:50:46 +0000
committerZack Weinberg <zack@codesourcery.com>2004-01-08 07:50:46 +0000
commit0d21486a8669f932b139ea334a0006a01ebd47c4 (patch)
treee0517960c65eaaeff8087f0e25e3b82b95e80f87 /gcc/unwind-pe.h
parentd5fe2f0e80595fc0d1a7b2b6692e007dc817f1f2 (diff)
* dwarf2.h, unwind-dw2-fde.h, unwind-pe.h, unwind.h:
Add multiple-include guard. cp: * parser.c (cp_parser_save_member_function_body): Mark the definition static. treelang: * parse.y (yyerror): Mark the definition static. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@75536 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/unwind-pe.h')
-rw-r--r--gcc/unwind-pe.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/unwind-pe.h b/gcc/unwind-pe.h
index 4bf2cfd3f02..52e618c1aff 100644
--- a/gcc/unwind-pe.h
+++ b/gcc/unwind-pe.h
@@ -31,6 +31,9 @@
compatibility problems with the base ABI. This is slightly better
than duplicating code, however. */
+#ifndef GCC_UNWIND_PE_H
+#define GCC_UNWIND_PE_H
+
/* If using C++, references to abort have to be qualified with std::. */
#if __cplusplus
#define __gxx_abort std::abort
@@ -284,3 +287,5 @@ read_encoded_value (struct _Unwind_Context *context, unsigned char encoding,
}
#endif
+
+#endif /* unwind-pe.h */