comp.lang.ada
 help / color / mirror / Atom feed
* renames usage
@ 2020-12-31 11:48 DrPi
  2020-12-31 12:10 ` John Perry
                   ` (2 more replies)
  0 siblings, 3 replies; 17+ messages in thread
From: DrPi @ 2020-12-31 11:48 UTC (permalink / raw)



Hi,

One can read here 
https://github.com/AdaCore/svd2ada/blob/master/src/descriptors-field.adb#L83 
this line :

Tag   : String renames Elements.Get_Tag_Name (Child);

Is it equivalent to the following line ?

Tag   : String := Elements.Get_Tag_Name (Child);


Nicolas

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2021-01-06  2:49 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-31 11:48 renames usage DrPi
2020-12-31 12:10 ` John Perry
2020-12-31 13:31   ` DrPi
2020-12-31 12:33 ` Gautier write-only address
2020-12-31 14:49 ` Jeffrey R. Carter
2020-12-31 15:55   ` DrPi
2020-12-31 18:48     ` Dmitry A. Kazakov
2021-01-01 12:39       ` DrPi
2021-01-01 13:20         ` Dmitry A. Kazakov
2021-01-02 11:53           ` DrPi
2021-01-01 14:46         ` Jeffrey R. Carter
2021-01-02 11:55           ` DrPi
2021-01-03  3:19           ` Randy Brukardt
2021-01-03 10:05             ` Jeffrey R. Carter
2021-01-06  2:49               ` Randy Brukardt
2021-01-02 16:00         ` G.B.
2021-01-02 17:22           ` Simon Wright

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox