aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexers/LexBaan.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'lexers/LexBaan.cxx')
-rw-r--r--lexers/LexBaan.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lexers/LexBaan.cxx b/lexers/LexBaan.cxx
index 3e51adb62..4e071b380 100644
--- a/lexers/LexBaan.cxx
+++ b/lexers/LexBaan.cxx
@@ -131,7 +131,7 @@ static inline bool IsAnOperator(int ch) {
return false;
}
-static inline int IsAnyOtherIdentifier(char *s, int sLength) {
+static inline int IsAnyOtherIdentifier(char *s, Sci_Position sLength) {
/* IsAnyOtherIdentifier uses standard templates used in baan.
The matching template is shown as comments just above the return condition.