diff options
Diffstat (limited to 'gcc/rust/rust-backend.h')
-rw-r--r-- | gcc/rust/rust-backend.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gcc/rust/rust-backend.h b/gcc/rust/rust-backend.h index ccc5e47..a907fe4 100644 --- a/gcc/rust/rust-backend.h +++ b/gcc/rust/rust-backend.h @@ -1,4 +1,5 @@ -#pragma once +#ifndef RUST_BACKEND_H +#define RUST_BACKEND_H #include <gmp.h> #include <mpfr.h> @@ -759,3 +760,5 @@ public: // section in the output object file. virtual void write_export_data (const char *bytes, unsigned int size) = 0; }; + +#endif // RUST_BACKEND_H |