aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/SciLexer.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2009-01-08 09:14:54 +0000
committernyamatongwe <devnull@localhost>2009-01-08 09:14:54 +0000
commitb3b4607da3847266039dfc420502be33d76a159e (patch)
tree17228fce7fc9c42149d6f2d561ae9d5416b70136 /include/SciLexer.h
parent208914d93e4a45ca9458cad70f16d181453661dd (diff)
downloadscintilla-mirror-b3b4607da3847266039dfc420502be33d76a159e.tar.gz
Patch from Enrico Tröger to change comments in header files to C Style /*
rather than C++ style // so that some compilers will work.
Diffstat (limited to 'include/SciLexer.h')
-rw-r--r--include/SciLexer.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/include/SciLexer.h b/include/SciLexer.h
index 946f2affb..982b48b7b 100644
--- a/include/SciLexer.h
+++ b/include/SciLexer.h
@@ -1,19 +1,19 @@
-// Scintilla source code edit control
+/* Scintilla source code edit control */
/** @file SciLexer.h
** Interface to the added lexer functions in the SciLexer version of the edit control.
**/
-// Copyright 1998-2002 by Neil Hodgson <neilh@scintilla.org>
-// The License.txt file describes the conditions under which this software may be distributed.
+/* Copyright 1998-2002 by Neil Hodgson <neilh@scintilla.org>
+ * The License.txt file describes the conditions under which this software may be distributed. */
-// Most of this file is automatically generated from the Scintilla.iface interface definition
-// file which contains any comments about the definitions. HFacer.py does the generation.
+/* Most of this file is automatically generated from the Scintilla.iface interface definition
+ * file which contains any comments about the definitions. HFacer.py does the generation. */
#ifndef SCILEXER_H
#define SCILEXER_H
-// SciLexer features - not in standard Scintilla
+/* SciLexer features - not in standard Scintilla */
-//++Autogenerated -- start of section automatically generated from Scintilla.iface
+/* ++Autogenerated -- start of section automatically generated from Scintilla.iface */
#define SCLEX_CONTAINER 0
#define SCLEX_NULL 1
#define SCLEX_PYTHON 2
@@ -1320,6 +1320,6 @@
#define SCE_POWERPRO_FUNCTION 16
#define SCLEX_ASP 29
#define SCLEX_PHP 30
-//--Autogenerated -- end of section automatically generated from Scintilla.iface
+/* --Autogenerated -- end of section automatically generated from Scintilla.iface */
#endif