diff options
| author | Neil Hodgson <nyamatongwe@gmail.com> | 2017-07-17 15:18:31 +1000 |
|---|---|---|
| committer | Neil Hodgson <nyamatongwe@gmail.com> | 2017-07-17 15:18:31 +1000 |
| commit | 7f6f9643d38f799155a76c108c8273f5cb2136ca (patch) | |
| tree | 61fbfbb41de93e469f907d75db612a93f07995f1 /lexers/LexBaan.cxx | |
| parent | 83f45b0a9b0ed59736e7de796ec6db14c90be5c8 (diff) | |
| download | scintilla-mirror-7f6f9643d38f799155a76c108c8273f5cb2136ca.tar.gz | |
Update types for Unix LP64 after changes to Sci_Position/Sci_PositionU.
Diffstat (limited to 'lexers/LexBaan.cxx')
| -rw-r--r-- | lexers/LexBaan.cxx | 2 |
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. |
