diff options
author | Xavier Leroy <xavier.leroy@inria.fr> | 1995-07-18 08:41:12 +0000 |
---|---|---|
committer | Xavier Leroy <xavier.leroy@inria.fr> | 1995-07-18 08:41:12 +0000 |
commit | a7d235831975e9b925336a91a897c26c1c39fc7c (patch) | |
tree | 399269a01c5e9d0db90c160e5be916ab192f7cf8 /asmrun/main.c | |
parent | fafb9d5084b1621a2abfe0ef3189a7b194f07737 (diff) |
Production des exceptions predefinies par le linker natif.
MAJ du Makefile suite a la separation de compilos C pour le bytecode /
pour le compilo natif.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@115 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'asmrun/main.c')
-rw-r--r-- | asmrun/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/asmrun/main.c b/asmrun/main.c index be9cca81a..8914c44fe 100644 --- a/asmrun/main.c +++ b/asmrun/main.c @@ -45,7 +45,6 @@ int main(argc, argv) } init_gc (minor_heap_init, heap_chunk_init, percent_free_init, verbose_init); init_atoms(); - init_exceptions(); sys_init(argv); retcode = caml_start_program(); if (retcode == 0) { |