diff options
author | nyamatongwe <devnull@localhost> | 2004-05-02 05:11:13 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2004-05-02 05:11:13 +0000 |
commit | 8b5ad1db2ecd9f6c8dd569d26b9375d0be3c6a6e (patch) | |
tree | c6f243b51ee5c99452e2042e829a7a5b92f9c0e0 | |
parent | 378a5d681c25d503547447835aabefda98f60680 (diff) | |
download | scintilla-mirror-8b5ad1db2ecd9f6c8dd569d26b9375d0be3c6a6e.tar.gz |
Philippe added function for determining if a character is a digit in
bases other than decimal.
-rw-r--r-- | src/StyleContext.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/StyleContext.cxx b/src/StyleContext.cxx index 64fc7a048..d9da0edc4 100644 --- a/src/StyleContext.cxx +++ b/src/StyleContext.cxx @@ -2,7 +2,7 @@ /** @file StyleContext.cxx ** Lexer infrastructure. **/ -// Copyright 1998-2001 by Neil Hodgson <neilh@scintilla.org> +// Copyright 1998-2004 by Neil Hodgson <neilh@scintilla.org> // This file is in the public domain. #include <stdlib.h> |