Commit e9a7121e by Ed Schonberg Committed by Arnaud Charlet

expander.adb: Take into account N_Subprogram_Renaming_Declaration

2007-12-06  Ed Schonberg  <schonberg@adacore.com>

	* expander.adb: Take into account N_Subprogram_Renaming_Declaration

From-SVN: r130829
parent 3b9fa2df
......@@ -342,6 +342,9 @@ package body Expander is
when N_Package_Renaming_Declaration =>
Expand_N_Package_Renaming_Declaration (N);
when N_Subprogram_Renaming_Declaration =>
Expand_N_Subprogram_Renaming_Declaration (N);
when N_Pragma =>
Expand_N_Pragma (N);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment