This should not have been committed.

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@13135 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Alain Frisch 2012-12-17 16:49:30 +00:00
parent 9c86462e3d
commit 82a5220524
1 changed files with 2 additions and 2 deletions

View File

@ -162,8 +162,8 @@ void caml_build_primitive_table(char * lib_path,
#endif
for (p = req_prims; *p != 0; p += strlen(p) + 1) {
c_primitive prim = lookup_primitive(p);
/* if (prim == NULL)
caml_fatal_error_arg("Fatal error: unknown C primitive `%s'\n", p); */
if (prim == NULL)
caml_fatal_error_arg("Fatal error: unknown C primitive `%s'\n", p);
caml_ext_table_add(&caml_prim_table, (void *) prim);
#ifdef DEBUG
caml_ext_table_add(&caml_prim_name_table, strdup(p));