aboutsummaryrefslogtreecommitdiffstats
path: root/src/grt/grt-strings.ads
diff options
context:
space:
mode:
authorJonas Baggett <jonas17b@gmail.com>2016-12-20 20:27:29 +0100
committertgingold <tgingold@users.noreply.github.com>2016-12-20 20:27:29 +0100
commitc3ed5c426b8be1144574b9e33135450cf6ceab1a (patch)
tree53c3ae2d7bc469804df8db2eac24bf17ebc5990c /src/grt/grt-strings.ads
parent7fd06aadb2e9863cb34f3dce468ac3ab0d39eb2c (diff)
downloadghdl-c3ed5c426b8be1144574b9e33135450cf6ceab1a.tar.gz
ghdl-c3ed5c426b8be1144574b9e33135450cf6ceab1a.tar.bz2
ghdl-c3ed5c426b8be1144574b9e33135450cf6ceab1a.zip
Add support for extended identifiers in wave option files. (#236)
Diffstat (limited to 'src/grt/grt-strings.ads')
-rw-r--r--src/grt/grt-strings.ads1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/grt/grt-strings.ads b/src/grt/grt-strings.ads
index 46d89008b..61e1c8c87 100644
--- a/src/grt/grt-strings.ads
+++ b/src/grt/grt-strings.ads
@@ -51,7 +51,6 @@ package Grt.Strings is
-- Convert C/S to lowercase.
function To_Lower (C : Character) return Character;
- procedure To_Lower (S : in out String);
-- Str/Char : image of a natural number/digit
function Value (Str : String) return Integer;