diff options
author | Xavier Leroy <xavier.leroy@inria.fr> | 1998-11-18 18:10:53 +0000 |
---|---|---|
committer | Xavier Leroy <xavier.leroy@inria.fr> | 1998-11-18 18:10:53 +0000 |
commit | b71badac85ca5b739b8fcf0a6b69bac9361fecc8 (patch) | |
tree | 13f039a1b31de2382ba59bdcf8e8ca2239d8f7cf /asmrun/fail.c | |
parent | 12fe29b0283af8ed87d2931b7783d4ee3c1d2d55 (diff) |
Mips/Irix: passage en mode -n32. Mips/Ultrix: suppression
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@2183 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'asmrun/fail.c')
-rw-r--r-- | asmrun/fail.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/asmrun/fail.c b/asmrun/fail.c index 9d0a882fb..89329b2e2 100644 --- a/asmrun/fail.c +++ b/asmrun/fail.c @@ -26,9 +26,7 @@ /* The globals holding predefined exceptions */ -typedef char caml_generated_constant[256]; -/* We claim these constants are big so that e.g. the Mips compiler - will not assume that they are in the .sdata section */ +typedef value caml_generated_constant[1]; extern caml_generated_constant Out_of_memory, Sys_error, Failure, Invalid_argument, End_of_file, Division_by_zero, Not_found, Match_failure; |