summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/angle/src/compiler/translator/compilerdebug.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/angle/src/compiler/translator/compilerdebug.h')
-rw-r--r--src/3rdparty/angle/src/compiler/translator/compilerdebug.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/3rdparty/angle/src/compiler/translator/compilerdebug.h b/src/3rdparty/angle/src/compiler/translator/compilerdebug.h
index 7a371516af..84a12ad2f8 100644
--- a/src/3rdparty/angle/src/compiler/translator/compilerdebug.h
+++ b/src/3rdparty/angle/src/compiler/translator/compilerdebug.h
@@ -6,8 +6,8 @@
// debug.h: Debugging utilities.
-#ifndef COMPILER_DEBUG_H_
-#define COMPILER_DEBUG_H_
+#ifndef COMPILER_TRANSLATOR_COMPILERDEBUG_H_
+#define COMPILER_TRANSLATOR_COMPILERDEBUG_H_
#include <assert.h>
@@ -49,5 +49,5 @@ void Trace(const char* format, ...);
assert(false); \
} while(0)
-#endif // COMPILER_DEBUG_H_
+#endif // COMPILER_TRANSLATOR_COMPILERDEBUG_H_