aboutsummaryrefslogtreecommitdiffstats
path: root/src/files_map-editor.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2018-11-26 20:23:29 +0100
committerTristan Gingold <tgingold@free.fr>2018-11-26 20:29:32 +0100
commit0c9ea545925f0e027d25a6ba1c457ae34df9d100 (patch)
treef61d8cf13454471c24b60704ee7c366959dcb2d5 /src/files_map-editor.ads
parentbd681e64540831934ebc40dc8fcdfcbb0e559c6a (diff)
downloadghdl-0c9ea545925f0e027d25a6ba1c457ae34df9d100.tar.gz
ghdl-0c9ea545925f0e027d25a6ba1c457ae34df9d100.tar.bz2
ghdl-0c9ea545925f0e027d25a6ba1c457ae34df9d100.zip
files_map-editor: WIP.
Diffstat (limited to 'src/files_map-editor.ads')
-rw-r--r--src/files_map-editor.ads5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/files_map-editor.ads b/src/files_map-editor.ads
index 08f3b67d6..e2e533110 100644
--- a/src/files_map-editor.ads
+++ b/src/files_map-editor.ads
@@ -36,4 +36,9 @@ package Files_Map.Editor is
procedure Set_Gap (File : Source_File_Entry;
First : Source_Ptr;
Last : Source_Ptr);
+
+ -- Check that content of FILE is STR[1 .. STR_LEN].
+ procedure Check_Buffer_Content (File : Source_File_Entry;
+ Str : Thin_String_Ptr;
+ Str_Len : Natural);
end Files_Map.Editor;