Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/embryo

Dir     : e17/libs/embryo/src/bin


Modified Files:
        embryo_main.c 


Log Message:


hidden symbol support

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/embryo/src/bin/embryo_main.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- embryo_main.c       19 Oct 2004 09:36:35 -0000      1.9
+++ embryo_main.c       25 Nov 2004 05:16:56 -0000      1.10
@@ -285,7 +285,8 @@
             fn = EMBRYO_FUNCTION_MAIN;
          }
      }
-   embryo_program_max_cycle_run_set(ep, 100000000);
+   if (!getenv("NOMAX"))
+     embryo_program_max_cycle_run_set(ep, 100000000);
    for (;;)
      {
        r = embryo_program_run(ep, fn);




-------------------------------------------------------
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