diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2009-05-08 16:36:06 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2009-05-08 16:36:06 +0200 |
commit | db4f617afcd095db087dcb52e3ea603cca111da7 (patch) | |
tree | eeffcc8fb523171dc394c136acf9b8006ec4138f /nim/paslex.pas | |
parent | 08bc9ac03c49db7bfcdee82f46aadf95a324e015 (diff) | |
download | Nim-db4f617afcd095db087dcb52e3ea603cca111da7.tar.gz |
version 0.7.8
Diffstat (limited to 'nim/paslex.pas')
-rw-r--r-- | nim/paslex.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nim/paslex.pas b/nim/paslex.pas index c0136e4d8..da9283163 100644 --- a/nim/paslex.pas +++ b/nim/paslex.pas @@ -17,7 +17,7 @@ interface uses charsets, nsystem, sysutils, - hashes, options, msgs, strutils, platform, idents, + nhashes, options, msgs, strutils, platform, idents, lexbase, wordrecg, scanner; const |