diff options
Diffstat (limited to 'byterun/compatibility.h')
-rw-r--r-- | byterun/compatibility.h | 52 |
1 files changed, 51 insertions, 1 deletions
diff --git a/byterun/compatibility.h b/byterun/compatibility.h index a5340b9fb..de5f987c1 100644 --- a/byterun/compatibility.h +++ b/byterun/compatibility.h @@ -20,9 +20,59 @@ #ifndef CAML_NAME_SPACE +/* **** alloc.c */ +/* **** array.c */ +/* **** backtrace.c */ +/* **** callback.c */ +/* **** compact.c */ +/* **** compare.c */ +/* **** custom.c */ +/* **** debugger.c */ +/* **** dynlink.c */ +/* **** extern.c */ +/* **** fail.c */ +/* **** finalise.c */ +/* **** fix_code.c */ +/* **** floats.c */ +/* **** freelist.c */ +/* **** gc_ctrl.c */ +/* **** globroots.c */ +/* **** hash.c */ +/* **** instrtrace.c */ +/* **** intern.c */ +/* **** interp.c */ +/* **** ints.c */ +/* **** io.c */ +/* **** lexing.c */ +/* **** macintosh.c */ +/* **** main.c */ +/* **** major_gc.c */ +/* **** md5.c */ +/* **** memory.c */ +/* **** meta.c */ +/* **** minor_gc.c */ +/* **** misc.c */ +/* **** mpwtool.c */ +/* **** obj.c */ +/* **** parsing.c */ +/* **** prims.c */ +/* **** printexc.c */ +/* **** roots.c */ +/* **** rotatecursor.c */ +/* **** signals.c */ +/* **** stacks.c */ +/* **** startup.c */ +/* **** str.c */ + /* **** sys.c */ -/*prim sys_open -> caml_sys_open */ +/* sys_open -> caml_sys_open */ #define sys_error caml_sys_error +#define sys_exit caml_sys_exit + +/* **** terminfo.c */ +/* **** unix.c */ +/* **** weak.c */ +/* **** win32.c */ #endif /* CAML_NAME_SPACE */ |