Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/edje

Dir     : e17/libs/edje/src/bin


Modified Files:
        edje_cc.h edje_cc_parse.c edje_main.h 


Log Message:


actually make symbol hiding work!

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/edje/src/bin/edje_cc.h,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -3 -r1.25 -r1.26
--- edje_cc.h   11 Nov 2005 06:49:57 -0000      1.25
+++ edje_cc.h   27 Dec 2005 17:17:31 -0000      1.26
@@ -3,20 +3,6 @@
 
 #include "edje_main.h"
 
-#include <stdio.h>
-#include <stdlib.h>
-#include <unistd.h>
-#include <fcntl.h>
-#include <errno.h>
-#include <sys/types.h>
-#include <sys/stat.h>
-#include <stdarg.h>
-#include <locale.h>
-#include <ctype.h>
-#ifdef HAVE_ALLOCA_H
-#include <alloca.h>
-#endif
-
 /* types */
 typedef struct _New_Object_Handler    New_Object_Handler;
 typedef struct _New_Statement_Handler New_Statement_Handler;
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/edje/src/bin/edje_cc_parse.c,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -3 -r1.39 -r1.40
--- edje_cc_parse.c     22 Dec 2005 04:20:42 -0000      1.39
+++ edje_cc_parse.c     27 Dec 2005 17:17:31 -0000      1.40
@@ -666,10 +666,8 @@
         * Redirecting the output is required for MacOS 10.3, and works fine
         * on other systems.
         */
-       snprintf(buf, sizeof(buf), "cat %s | cpp -I%s -E %s > %s", 
+       snprintf(buf, sizeof(buf), "cat %s | cpp -I%s %s > %s",
                 file_in, inc, def, tmpn);
-       /* snprintf(buf, sizeof(buf), "cpp -I%s %s %s %s",
-                inc, def, file_in, tmpn); */
        ret = system(buf);
        if (ret < 0)
          {
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/edje/src/bin/edje_main.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- edje_main.h 9 Jan 2005 09:50:16 -0000       1.3
+++ edje_main.h 27 Dec 2005 17:17:31 -0000      1.4
@@ -16,6 +16,20 @@
 #include <Ecore_Evas.h>
 #include <Eet.h>
 #include "Edje.h"
+#include <stdio.h>
+#include <stdlib.h>
+#include <unistd.h>
+#include <fcntl.h>
+#include <errno.h>
+#include <sys/types.h>
+#include <sys/stat.h>
+#include <stdarg.h>
+#include <locale.h>
+#include <ctype.h>
+#ifdef HAVE_ALLOCA_H
+#include <alloca.h>
+#endif
+
 #include "edje_private.h"
 
 #define DAT PACKAGE_DATA_DIR"/"




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to