Commit 0c7f5241 by Robert Dewar Committed by Arnaud Charlet

gnat_rm.texi: Minor reformatting

2009-04-08  Robert Dewar  <dewar@adacore.com>

	* gnat_rm.texi: Minor reformatting

	* par-ch2.adb: Minor reformatting

From-SVN: r145742
parent ae8c7d87
2009-04-08 Robert Dewar <dewar@adacore.com> 2009-04-08 Robert Dewar <dewar@adacore.com>
* gnat_rm.texi: Minor reformatting
* par-ch2.adb: Minor reformatting
2009-04-08 Robert Dewar <dewar@adacore.com>
* exp_attr.adb, sem_attr.adb, sem_util.adb: Code clean up. * exp_attr.adb, sem_attr.adb, sem_util.adb: Code clean up.
2009-04-08 Robert Dewar <dewar@adacore.com> 2009-04-08 Robert Dewar <dewar@adacore.com>
...@@ -2857,7 +2857,9 @@ maskable interrupts, in place of the normal return instruction. ...@@ -2857,7 +2857,9 @@ maskable interrupts, in place of the normal return instruction.
Syntax: Syntax:
@smallexample @c ada @smallexample @c ada
pragma Interrupt_State (Name => value, State => SYSTEM | RUNTIME | USER); pragma Interrupt_State
([Name =>] value,
[State =>] SYSTEM | RUNTIME | USER);
@end smallexample @end smallexample
@noindent @noindent
...@@ -3276,9 +3278,9 @@ pragma Main ...@@ -3276,9 +3278,9 @@ pragma Main
(MAIN_OPTION [, MAIN_OPTION]); (MAIN_OPTION [, MAIN_OPTION]);
MAIN_OPTION ::= MAIN_OPTION ::=
[STACK_SIZE =>] static_integer_EXPRESSION [Stack_Size =>] static_integer_EXPRESSION
| [TASK_STACK_SIZE_DEFAULT =>] static_integer_EXPRESSION | [Task_Stack_Size_Default =>] static_integer_EXPRESSION
| [TIME_SLICING_ENABLED =>] static_boolean_EXPRESSION | [Time_Slicing_Enabled =>] static_boolean_EXPRESSION
@end smallexample @end smallexample
@noindent @noindent
...@@ -4238,19 +4240,19 @@ to apply to all files. ...@@ -4238,19 +4240,19 @@ to apply to all files.
@smallexample @c ada @smallexample @c ada
pragma Source_File_Name pragma Source_File_Name
(Spec_File_Name => STRING_LITERAL ( [Spec_File_Name =>] STRING_LITERAL
[,Casing => CASING_SPEC] [,[Casing =>] CASING_SPEC]
[,Dot_Replacement => STRING_LITERAL]); [,[Dot_Replacement =>] STRING_LITERAL]);
pragma Source_File_Name pragma Source_File_Name
(Body_File_Name => STRING_LITERAL ( [Body_File_Name =>] STRING_LITERAL
[,Casing => CASING_SPEC] [,[Casing =>] CASING_SPEC]
[,Dot_Replacement => STRING_LITERAL]); [,[Dot_Replacement =>] STRING_LITERAL]);
pragma Source_File_Name pragma Source_File_Name
(Subunit_File_Name => STRING_LITERAL ( [Subunit_File_Name =>] STRING_LITERAL
[,Casing => CASING_SPEC] [,[Casing =>] CASING_SPEC]
[,Dot_Replacement => STRING_LITERAL]); [,[Dot_Replacement =>] STRING_LITERAL]);
CASING_SPEC ::= Lowercase | Uppercase | Mixedcase CASING_SPEC ::= Lowercase | Uppercase | Mixedcase
@end smallexample @end smallexample
......
...@@ -484,7 +484,7 @@ package body Ch2 is ...@@ -484,7 +484,7 @@ package body Ch2 is
Scan; -- past arrow Scan; -- past arrow
Set_Chars (Association, Chars (Identifier_Node)); Set_Chars (Association, Chars (Identifier_Node));
-- Case of argument with no identifier -- Case of argument with no identifier
else else
Restore_Scan_State (Scan_State); -- to Identifier Restore_Scan_State (Scan_State); -- to Identifier
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment