X-Git-Url: http://git.annexia.org/?p=xavierbot.git;a=blobdiff_plain;f=init.in;h=7afac34293aac527de4302fd0dbd5ebc8f549c2d;hp=972b8d5f87edafd4e986550d3b991473ff644017;hb=e510484ab8b113b43cf95a18820ad3a0629edf4b;hpb=3cd6e84fb16187e3d85775397d35f5c432064e63 diff --git a/init.in b/init.in index 972b8d5..7afac34 100644 --- a/init.in +++ b/init.in @@ -1,5 +1,5 @@ (* Initialise the toplevel environment. -*- tuareg -*- - * $Id: init.in,v 1.8 2008/02/13 17:35:32 rjones Exp $ + * $Id: init.in,v 1.9 2010/04/04 19:38:40 rjones Exp $ * - Removes the Pervasives module and any dangerous functions. * - Loads just the modules we want to give access to, and just * the functions within those modules that we want to give. @@ -9,6 +9,7 @@ *) (* Load some libraries. *) +#load "dynlink.cma";; #load "nums.cma";; #load "unix.cma";; #load "str.cma";;