Skip to content

Commit da830a9

Browse files
Remove unnecessary pretty_printer package from lab GPR files
1 parent 45e6b8e commit da830a9

File tree

6 files changed

+0
-19
lines changed
  • courses/ada_essentials
    • 130_program_structure/lab/program_structure/prompt
    • 175_multiple_inheritance/lab/multiple_inheritance/prompt
    • 230_interfacing_with_c/lab/interfacing_with_c/prompt
    • 273_subprogram_contracts/lab/subprogram_contracts/prompt
    • 276_type_contracts/lab/type_contracts/prompt
    • 894_ada_containers/lab/ada_containers/prompt

6 files changed

+0
-19
lines changed

courses/ada_essentials/130_program_structure/lab/program_structure/prompt/default.gpr

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
project Default is
22
for Main use ("main.adb");
3-
package Pretty_Printer is
4-
for Default_Switches ("ada") use ("-nM", "-A0", "-A2", "-A3", "-A4", "--no-separate-is", "--no-separate-loop-then", "--use-on-new-line", "-A1", "--par-threshold=1", "--call-threshold=1");
5-
end Pretty_Printer;
63
package Compiler is
74
for Switches ("ada") use ("-gnata","-gnatwa" );
85
end Compiler;

courses/ada_essentials/175_multiple_inheritance/lab/multiple_inheritance/prompt/default.gpr

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
project Default is
22
for Main use ("main.adb");
3-
package Pretty_Printer is
4-
for Default_Switches ("ada") use ("-nM", "-A0", "-A2", "-A3", "-A4", "--no-separate-is", "--no-separate-loop-then", "--use-on-new-line", "-A1", "--par-threshold=1", "--call-threshold=1");
5-
end Pretty_Printer;
63
package Compiler is
74
for Switches ("ada") use ("-gnata","-gnatwa" );
85
end Compiler;

courses/ada_essentials/230_interfacing_with_c/lab/interfacing_with_c/prompt/default.gpr

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ project Default is
22

33
for Main use ("main.adb");
44

5-
package Pretty_Printer is
6-
for Default_Switches ("ada") use ("-nM", "-A0", "-A2", "-A3", "-A4", "--no-separate-is", "--no-separate-loop-then", "--use-on-new-line", "-A1", "--par-threshold=1", "--call-threshold=1");
7-
end Pretty_Printer;
8-
95
package Compiler is
106
for Switches ("ada") use ("-gnatwe", "-gnata");
117
end Compiler;

courses/ada_essentials/273_subprogram_contracts/lab/subprogram_contracts/prompt/default.gpr

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
project Default is
22
for Main use ("main.adb");
3-
package Pretty_Printer is
4-
for Default_Switches ("ada") use ("-nM", "-A0", "-A2", "-A3", "-A4", "--no-separate-is", "--no-separate-loop-then", "--use-on-new-line", "-A1", "--par-threshold=1", "--call-threshold=1");
5-
end Pretty_Printer;
63
package Compiler is
74
for Switches ("ada") use ("-gnata","-gnatwa" );
85
end Compiler;

courses/ada_essentials/276_type_contracts/lab/type_contracts/prompt/default.gpr

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
project Default is
22
for Main use ("main.adb");
3-
package Pretty_Printer is
4-
for Default_Switches ("ada") use ("-nM", "-A0", "-A2", "-A3", "-A4", "--no-separate-is", "--no-separate-loop-then", "--use-on-new-line", "-A1", "--par-threshold=1", "--call-threshold=1");
5-
end Pretty_Printer;
63
package Compiler is
74
for Switches ("ada") use ("-gnata","-gnatwa" );
85
end Compiler;

courses/ada_essentials/894_ada_containers/lab/ada_containers/prompt/default.gpr

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
project Default is
22
for Main use ("main.adb");
3-
package Pretty_Printer is
4-
for Default_Switches ("ada") use ("-nM", "-A0", "-A2", "-A3", "-A4", "--no-separate-is", "--no-separate-loop-then", "--use-on-new-line", "-A1", "--par-threshold=1", "--call-threshold=1");
5-
end Pretty_Printer;
63
package Compiler is
74
for Switches ("ada") use ("-gnata","-gnatwa" );
85
end Compiler;

0 commit comments

Comments
 (0)