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
This commit is contained in:
parent
ae8c7d8762
commit
0c7f524198
@ -1,3 +1,9 @@
|
|||||||
|
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>
|
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.
|
||||||
|
@ -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
|
|||||||
(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.
|
|||||||
|
|
||||||
@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
|
|||||||
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user