Skip to content

Commit cdd86a1

Browse files
committed
Remove partition-wide No_Recursion restriction
Signed-off-by: onox <[email protected]>
1 parent deb14ec commit cdd86a1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gnat.adc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ pragma Assertion_Policy (Pre => Check, Pre'Class => Check);
22
pragma Overflow_Mode (General => Strict, Assertions => Eliminated);
33

44
pragma Restrictions (No_Obsolescent_Features);
5-
pragma Restrictions (No_Recursion);
65

76
pragma Restrictions (No_Dependence => Ada.Finalization);
87
pragma Restrictions (No_Dependence => Ada.Unchecked_Deallocation);

0 commit comments

Comments
 (0)