aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-scanner.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/vhdl-scanner.ads')
-rw-r--r--src/vhdl/vhdl-scanner.ads3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/vhdl/vhdl-scanner.ads b/src/vhdl/vhdl-scanner.ads
index 64f54bb3b..63d359e97 100644
--- a/src/vhdl/vhdl-scanner.ads
+++ b/src/vhdl/vhdl-scanner.ads
@@ -123,6 +123,9 @@ package Vhdl.Scanner is
function Get_Token_Offset return Natural;
function Get_Token_Position return Source_Ptr;
+ function Get_Current_Coord return Source_Coord_Type;
+ function Get_Token_Coord return Source_Coord_Type;
+
-- Return the initial location before the current token (ie before all
-- the blanks, comments and newlines have been skipped). Useful for the
-- location of a missing token.