r266110 - in /trunk/gcc/ada: ChangeLog bindgen....

pmderodat@gcc.gnu.org pmderodat@gcc.gnu.org
Wed Nov 14 11:40:00 GMT 2018


Author: pmderodat
Date: Wed Nov 14 11:40:20 2018
New Revision: 266110

URL: https://gcc.gnu.org/viewcvs?rev=266110&root=gcc&view=rev
Log:
[Ada] Use Cancel_Special_Output instead of Set_Special_Output with null

I believe Cancel_Special_Output is easier to read and thus preferred;
otherwise, it wouldn't be introduced, so let's use it where possible.

2018-11-14  Piotr Trojanek  <trojanek@adacore.com>

gcc/ada/

	* bindgen.adb, exp_cg.adb, repinfo.adb, sprint.adb: Minor reuse
	Cancel_Special_Output where possible.

Modified:
    trunk/gcc/ada/ChangeLog
    trunk/gcc/ada/bindgen.adb
    trunk/gcc/ada/exp_cg.adb
    trunk/gcc/ada/repinfo.adb
    trunk/gcc/ada/sprint.adb



More information about the Gcc-cvs mailing list