logo       

[ xsb-Bugs-1406073 ] cinterf.h and const correctness: msg#00457

Subject: [ xsb-Bugs-1406073 ] cinterf.h and const correctness
Bugs item #1406073, was opened at 2006-01-14 19:50
Message generated for change (Settings changed) made by tswift
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=101176&aid=1406073&group_id=1176

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: C interface
Group: Wish List
>Status: Closed
Resolution: None
Priority: 5
Private: No
Submitted By: Roberto Bagnara (bagnara)
Assigned to: Nobody/Anonymous (nobody)
Summary: cinterf.h and const correctness

Initial Comment:
It would be nice if the interface functions declared in
cinterf.h could be declared with const correctness in
mind.  For instance, the declaration

  extern char* string_find(char*, int); 

should be changed to (something equivalent to)

  extern char* string_find(const char*, int); 


----------------------------------------------------------------------

>Comment By: Terrance Swift (tswift)
Date: 2007-10-10 14:27

Message:
Logged In: YES 
user_id=13011
Originator: NO

Finally fixed.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=101176&aid=1406073&group_id=1176

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/


<Prev in Thread] Current Thread [Next in Thread>