Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/embryo

Dir     : e17/libs/embryo/src/lib


Modified Files:
        Makefile.am embryo_amx.c embryo_private.h 
Added Files:
        embryo_args.c 


Log Message:


embryo support for varargs... i was just missing native funcs to export
enough info

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/embryo/src/lib/Makefile.am,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- Makefile.am 29 Mar 2004 11:58:56 -0000      1.4
+++ Makefile.am 1 Jul 2004 06:08:06 -0000       1.5
@@ -17,6 +17,7 @@
 include_HEADERS      = Embryo.h
 libembryo_la_SOURCES  = \
 embryo_amx.c \
+embryo_args.c \
 embryo_float.c \
 embryo_main.c \
 embryo_rand.c \
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/embryo/src/lib/embryo_amx.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -3 -r1.18 -r1.19
--- embryo_amx.c        6 Jun 2004 04:41:56 -0000       1.18
+++ embryo_amx.c        1 Jul 2004 06:08:06 -0000       1.19
@@ -196,6 +196,7 @@
      }
 #endif  
    /* init native api for handling floating point - default in embryo */
+   _embryo_args_init(ep);
    _embryo_fp_init(ep);
    _embryo_rand_init(ep);
    _embryo_str_init(ep);
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/embryo/src/lib/embryo_private.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- embryo_private.h    1 Apr 2004 17:32:30 -0000       1.10
+++ embryo_private.h    1 Jul 2004 06:08:06 -0000       1.11
@@ -279,6 +279,7 @@
    int nametable; /* name table, file version 7 only */
 } __attribute__((packed));
 
+void _embryo_args_init(Embryo_Program *ep);
 void _embryo_fp_init(Embryo_Program *ep);
 void _embryo_rand_init(Embryo_Program *ep);
 void _embryo_str_init(Embryo_Program *ep);




-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to