From e78f6ad3b4c9af4eaaec7309768525ea541d1c3e Mon Sep 17 00:00:00 2001 From: JF Bastien Date: Tue, 29 Dec 2015 17:22:45 -0800 Subject: Fix include guards. --- src/support/command-line.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/support/command-line.h b/src/support/command-line.h index f52e962f7..f57929b6b 100644 --- a/src/support/command-line.h +++ b/src/support/command-line.h @@ -18,8 +18,8 @@ // Command line helpers. // -#ifndef wasm_command_line_h -#define wasm_command_line_h +#ifndef wasm_support_command_line_h +#define wasm_support_command_line_h #include "wasm.h" @@ -40,4 +40,4 @@ void processCommandLine(int argc, const char *argv[], Options *options, } // namespace wasm -#endif // wasm_command_line_h +#endif // wasm_support_command_line_h -- cgit v1.2.3