Skip to content

Commit 2557213

Browse files
pat-rogersjklmnn
authored andcommitted
Retain the original mangled spelling (as a renamed object) for backwards compatibility
1 parent aaedd96 commit 2557213

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

hal/src/hal-bitmap.ads

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,4 +423,7 @@ package HAL.Bitmap is
423423
White_Smoke : constant Bitmap_Color := (255, 245, 245, 245);
424424
White : constant Bitmap_Color := (255, 255, 255, 255);
425425

426+
Chart_Reuse : Bitmap_Color renames Chartreuse;
427+
-- Retain the original 'spelling' for backwards compatibility
428+
426429
end HAL.Bitmap;

0 commit comments

Comments
 (0)