Enlightenment CVS committal
Author : raster
Project : e17
Module : libs/embryo
Dir : e17/libs/embryo/src/lib
Modified Files:
Embryo.h embryo_amx.c
Log Message:
1 more call
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/embryo/src/lib/Embryo.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Embryo.h 26 Mar 2004 04:12:36 -0000 1.2
+++ Embryo.h 26 Mar 2004 06:23:13 -0000 1.3
@@ -80,6 +80,7 @@
Embryo_Cell *embryo_data_address_get(Embryo_Program *ep, Embryo_Cell addr);
Embryo_Cell embryo_data_heap_push(Embryo_Program *ep, int cells);
void embryo_data_heap_pop(Embryo_Program *ep, Embryo_Cell down_to);
+ int embryo_program_recursion_get(Embryo_Program *ep);
int embryo_program_run(Embryo_Program *ep, Embryo_Function func);
Embryo_Cell embryo_program_return_value_get(Embryo_Program *ep);
int embryo_parameter_cell_push(Embryo_Program *ep, Embryo_Cell cell);
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/embryo/src/lib/embryo_amx.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- embryo_amx.c 26 Mar 2004 04:25:33 -0000 1.11
+++ embryo_amx.c 26 Mar 2004 06:23:13 -0000 1.12
@@ -626,6 +626,12 @@
}
int
+embryo_program_recursion_get(Embryo_Program *ep)
+{
+ return ep->run_count;
+}
+
+int
embryo_program_run(Embryo_Program *ep, Embryo_Function fn)
{
Embryo_Header *hdr;
@@ -1511,7 +1517,6 @@
}
ep->run_count--;
- //
ep->hea = hea_start;
return EMBRYO_PROGRAM_OK;
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs