Related to Michael's commmit: FWIW, I have a long-standing TODO to look in general for extern functions with 'inout' intents that could/should be updated to 'ref' now that we have it, in the standard modules and test suite. I'd be happy to have anyone with more time on their hands to steal this from me.
-Brad On Mon, 2 Dec 2013, [email protected] wrote: > Revision: 22369 > http://sourceforge.net/p/chapel/code/22369 > Author: mppf > Date: 2013-12-02 17:12:34 +0000 (Mon, 02 Dec 2013) > Log Message: > ----------- > Replace inout with ref in extern function prototypes for gmp. > > Trivial and not reviewed. Clarified comment, too. > > Modified Paths: > -------------- > trunk/modules/standard/GMP.chpl > > This was sent by the SourceForge.net collaborative development platform, the > world's largest Open Source development site. > > > ------------------------------------------------------------------------------ > Rapidly troubleshoot problems before they affect your business. Most IT > organizations don't have a clear picture of how application performance > affects their revenue. With AppDynamics, you get 100% visibility into your > Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! > http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk > _______________________________________________ > Chapel-commits mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/chapel-commits > ------------------------------------------------------------------------------ Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how application performance affects their revenue. With AppDynamics, you get 100% visibility into your Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk _______________________________________________ Chapel-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/chapel-developers
