Skip to content

Commit

Permalink
callback est maintenant declaree dans mlvalues.h.
Browse files Browse the repository at this point in the history
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@570 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
  • Loading branch information
xavierleroy committed Dec 22, 1995
1 parent f06a911 commit e72d0c3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion byterun/interp.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
#include "mlvalues.h"

value interprete P((code_t prog, asize_t prog_size));
value callback P((value closure, value argument));


#endif
1 change: 0 additions & 1 deletion byterun/signals.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
#include "alloc.h"
#include "config.h"
#include "fail.h"
#include "interp.h"
#include "memory.h"
#include "misc.h"
#include "mlvalues.h"
Expand Down

0 comments on commit e72d0c3

Please sign in to comment.