CVSROOT:        /cvsroot/classpath
Module name:    classpath
Branch:         
Changes by:     Roman Kennke <[EMAIL PROTECTED]>        06/01/17 14:10:25

Modified files:
        native/jni/classpath: jcl.c native_state.c 

Log message:
        2006-01-17  Roman Kennke  <[EMAIL PROTECTED]>
        
        * native/jni/classpath/jcl.c:
        (JCL_malloc): Replaced calls to malloc with the corresponding
        target layer macro.
        (JCL_free): Replaced calls to free with the corresponding
        target layer macro.
        * native/jni/classpath/native_state.c:
        (cp_gtk_init_state_table_with_size): Replaced calls to malloc and
        calloc with the corresponding target layer macro.
        (remove_node): Replaced calls to free with the corresponding
        target layer macro.
        (add_node): Replaced calls to malloc with the corresponding
        target layer macro.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/native/jni/classpath/jcl.c.diff?tr1=1.20&tr2=1.21&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/native/jni/classpath/native_state.c.diff?tr1=1.12&tr2=1.13&r1=text&r2=text


Reply via email to