From 9ffca0cd58b37593feacfcbfd9e10c767ab16f49 Mon Sep 17 00:00:00 2001 From: bosch Date: Tue, 11 Dec 2001 23:14:07 +0000 Subject: * gnatmain.adb: Initial version. * gnatmain.ads: Initial version. * prj-attr.adb (Initialisation_Data): Add package Gnatstub. * snames.adb: Updated to match snames.ads. * snames.ads: Added Gnatstub. * prj-attr.adb (Initialization_Data): Change name from Initialisation_Data. * g-regpat.adb (Parse_Literal): Properly handle simple operators ?, + and * applied to backslashed expressions like \r. * g-os_lib.ads: String_List type added, Argument_List type is now subtype of String_List. * g-os_lib.ads: Change copyright to FSF Add comments for String_List type * g-dirope.adb (Expand_Path): Fix bug. (wrong length when adding a string to the buffer). git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47905 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ada/snames.ads | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gcc/ada/snames.ads') diff --git a/gcc/ada/snames.ads b/gcc/ada/snames.ads index 5c9ba3ca4d7..f56403f1282 100644 --- a/gcc/ada/snames.ads +++ b/gcc/ada/snames.ads @@ -894,10 +894,11 @@ package Snames is Name_Binder : constant Name_Id := N + 549; Name_Linker : constant Name_Id := N + 550; Name_Compiler : constant Name_Id := N + 551; + Name_Gnatstub : constant Name_Id := N + 552; -- Mark last defined name for consistency check in Snames body - Last_Predefined_Name : constant Name_Id := N + 551; + Last_Predefined_Name : constant Name_Id := N + 552; subtype Any_Operator_Name is Name_Id range First_Operator_Name .. Last_Operator_Name; -- cgit v1.2.1