-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reorganise the release-dependent parts of common/.
The previous solution (dba65e4) splattered Image-related units into every release subdirectory; all were the same until GCC12. The revised solution moves the GCC12-related units into common/post-gcc12, the others into pre-gcc12. Issue #40 (GNAT deciding that parens for aggregates are obsolescent in spite of not being in Annex J, and issuing warnings with -gnatwa) is addressed by moving the Container units into these subdirectories and editing the ones in post-gcc12/ to use [brackets] rather than (parentheses). * common/common.gpr (Image_Path): new, chooses post-gcc12 or pre-gcc12. (Paths): include Image_Path. * common/post-gcc12/a-chtgbo.adb: use brackets in aggregates. * common/post-gcc12/a-cobove.adb: likewise. * common/post-gcc12/a-cohata.ads: likewise.
- Loading branch information
1 parent
9fa6a83
commit 818a47a
Showing
170 changed files
with
6,778 additions
and
9,990 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.