summaryrefslogtreecommitdiff
path: root/src/packrat-lexers.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/packrat-lexers.adb')
-rw-r--r--src/packrat-lexers.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/packrat-lexers.adb b/src/packrat-lexers.adb
index 3a51e1a..bf5d109 100644
--- a/src/packrat-lexers.adb
+++ b/src/packrat-lexers.adb
@@ -363,7 +363,7 @@ package body Packrat.Lexers is
end Stamp;
- function Ignore
+ function Discard
(Input : in Traits.Element_Array;
Context : in out Lexer_Context)
return Component_Result
@@ -402,7 +402,7 @@ package body Packrat.Lexers is
Context.Error_Labels.Clear;
return Component_Success;
- end Ignore;
+ end Discard;