diff options
author | Neil <nyamatongwe@gmail.com> | 2013-07-21 14:30:14 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2013-07-21 14:30:14 +1000 |
commit | 7ab4b5ab14232d2a00246a8e6c77c73c5c8b78b7 (patch) | |
tree | d9fa23b4d42123a37e709630255b39336c295802 /lexlib | |
parent | 68e4223dfcf19afec969e06727ff2fb22cf48420 (diff) | |
download | scintilla-mirror-7ab4b5ab14232d2a00246a8e6c77c73c5c8b78b7.tar.gz |
Standardising header guards and namespaces.
Diffstat (limited to 'lexlib')
-rw-r--r-- | lexlib/LexerNoExceptions.h | 4 |
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 { |