From: sandmann AT clio DOT rice DOT edu (Charles Sandmann) Message-Id: <10302211619.AA17050@clio.rice.edu> Subject: Re: _dxe_load patch To: djgpp-workers AT delorie DOT com Date: Fri, 21 Feb 2003 10:19:00 -0600 (CST) In-Reply-To: <200302202229.XAA06095@lws256.lu.erisoft.se> from "Martin Stromberg" at Feb 20, 2003 11:29:32 PM X-Mailer: ELM [version 2.5 PL2] Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > > Any reason why '_dxe_load()' shouldn't have "const char *" as argument? > > > -void *_dxe_load(char *name) > > +void *_dxe_load(const char *name) > > Because it's an interface change of something that has been available > for years (I think), perhaps? I don't see any issue with fixing it to be const, but if I ever get the time it's all going to be replaced ... (Crisis of the week is hard disk failure on main development machine. Thank God for Ghost. Hardware failed a few hours after the commits this weekend - lucky since those weren't in the recent backups).