Enlightenment CVS committal

Author  : handyande
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore/src/lib/ecore


Modified Files:
        Ecore_Data.h ecore_value.c 


Log Message:
Fix configure bug and and ecore warning - thanks Sebastian Dransfeld
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore/Ecore_Data.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- Ecore_Data.h        29 Nov 2004 22:26:28 -0000      1.6
+++ Ecore_Data.h        8 Dec 2004 16:23:09 -0000       1.7
@@ -301,7 +301,7 @@
    void ecore_hash_dump_graph(Ecore_Hash *hash);
    
    
-   inline void ecore_print_warning(char *function, char *sparam);
+   inline void ecore_print_warning(const char *function, char *sparam);
    
    /* Wrappers around free() that helps debug free() bugs such as freeing NULL
     * or accessing a pointer that has already been freed */
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore/ecore_value.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- ecore_value.c       8 May 2004 04:44:04 -0000       1.3
+++ ecore_value.c       8 Dec 2004 16:23:09 -0000       1.4
@@ -31,7 +31,7 @@
        2097143, 4194301, 8388617, 16777213 
 };
 
-inline void ecore_print_warning(char *function, char *sparam)
+inline void ecore_print_warning(const char *function, char *sparam)
 {
        fprintf(stderr, "***** Developer Warning ***** :\n"
                   "\tThis program is calling:\n\n"




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to