diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2009-01-07 17:03:25 +0100 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2009-01-07 17:03:25 +0100 |
commit | 439aa2d04d5528b5aed288f70895515d1da2dc3d (patch) | |
tree | cda2d0bc4d4f2bab189c4a0567cae3c1428c5ed0 /nim/strtabs.pas | |
parent | 1c8ddca7e08af9075a930edaca6c522d5e6fd8b5 (diff) | |
download | Nim-439aa2d04d5528b5aed288f70895515d1da2dc3d.tar.gz |
version 0.7.4
Diffstat (limited to 'nim/strtabs.pas')
-rw-r--r-- | nim/strtabs.pas | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/nim/strtabs.pas b/nim/strtabs.pas index 295c46faa..b07aefab1 100644 --- a/nim/strtabs.pas +++ b/nim/strtabs.pas @@ -8,8 +8,7 @@ // unit strtabs; -// A configuration file parser; the Nimrod version of this file -// will become part of the standard library. +// String tables. interface |