]> gcc.gnu.org Git - gcc.git/commit
[Ada] Fix references to old variables that have been refactored
authorMarc Poulhiès <poulhies@adacore.com>
Mon, 16 May 2022 12:52:41 +0000 (14:52 +0200)
committerPierre-Marie de Rodat <derodat@adacore.com>
Thu, 2 Jun 2022 09:06:44 +0000 (09:06 +0000)
commitc7c1d59b367431c350d91c1cdb460fb1bb6d6bc6
tree5f810d57ba147f14e0c0a80cb4b88070a664cdc1
parent2b376b593570317195f99c65343a5856ae8c07eb
[Ada] Fix references to old variables that have been refactored

Local_Entity_Suppress and Global_Entity_Suppress variables referencing
tables were refactored to Local_Suppress_Stack_Top and
Global_Suppress_Stack_Top stacks back in 2007.  Fix remaining references
to these variables.

gcc/ada/

* einfo.ads: Fix reference to Global_Entity_Suppress and
Local_Entity_Suppress variable in the comments.
* sem.ads: Likewise.
* sem_prag.adb: Likewise.
gcc/ada/einfo.ads
gcc/ada/sem.ads
gcc/ada/sem_prag.adb
This page took 0.060297 seconds and 5 git commands to generate.