diff options
author | nyamatongwe <unknown> | 2004-05-02 05:11:13 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2004-05-02 05:11:13 +0000 |
commit | e54924868afc89513a42afba9e7fb35a6f3fe9e7 (patch) | |
tree | c6f243b51ee5c99452e2042e829a7a5b92f9c0e0 | |
parent | df1bf4e691d0fbc1874962132bc8321f1973ed97 (diff) | |
download | scintilla-mirror-e54924868afc89513a42afba9e7fb35a6f3fe9e7.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> |