aboutsummaryrefslogtreecommitdiffstats
path: root/src/types.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/types.ads')
-rw-r--r--src/types.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/types.ads b/src/types.ads
index c66641c73..8f4ca3a60 100644
--- a/src/types.ads
+++ b/src/types.ads
@@ -85,7 +85,7 @@ package Types is
-- Index type is the source file table.
-- This table is defined in the files_map package.
- type Source_File_Entry is new Nat32;
+ type Source_File_Entry is new Uns32;
No_Source_File_Entry: constant Source_File_Entry := 0;
-- Index into a file buffer.