Convenience function locfail (thanks to Bluestorm).
[ocaml-bitstring.git] / bitmatch_config.ml.in
index 9645f0d..09fda2e 100644 (file)
@@ -17,7 +17,7 @@
  * License along with this library; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  *
- * $Id: bitmatch.ml,v 1.14 2008-05-12 20:32:55 rjones Exp $
+ * $Id$
  *)
 
 (* This file contains general configuration settings, set by the
@@ -28,3 +28,4 @@ let nativeendian = Bitmatch_types.@NATIVEENDIAN@
 
 let package = "@PACKAGE_NAME@"
 let version = "@PACKAGE_VERSION@"
+let ocamllibdir = "@OCAMLLIB@"