aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexlib/LexerNoExceptions.h
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2013-07-21 14:30:14 +1000
committerNeil <nyamatongwe@gmail.com>2013-07-21 14:30:14 +1000
commitc66233079aac2dc65825c9b9507b39ff19cf0d50 (patch)
treee4377cdb815525eafb67fbc4c22997367c812051 /lexlib/LexerNoExceptions.h
parent413b4f07737f29a3e3275b8a83170505ee137c67 (diff)
downloadscintilla-mirror-c66233079aac2dc65825c9b9507b39ff19cf0d50.tar.gz
Standardising header guards and namespaces.
Diffstat (limited to 'lexlib/LexerNoExceptions.h')
-rw-r--r--lexlib/LexerNoExceptions.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lexlib/LexerNoExceptions.h b/lexlib/LexerNoExceptions.h
index caac61a83..70ff3c138 100644
--- a/lexlib/LexerNoExceptions.h
+++ b/lexlib/LexerNoExceptions.h
@@ -5,8 +5,8 @@
// Copyright 1998-2010 by Neil Hodgson <neilh@scintilla.org>
// The License.txt file describes the conditions under which this software may be distributed.
-#ifndef LexerNoExceptions_H
-#define LexerNoExceptions_H
+#ifndef LEXERNOEXCEPTIONS_H
+#define LEXERNOEXCEPTIONS_H
#ifdef SCI_NAMESPACE
namespace Scintilla {