summaryrefslogtreecommitdiff
path: root/lib/system.ml
diff options
context:
space:
mode:
authorGravatar Samuel Mimram <smimram@debian.org>2006-06-16 14:41:51 +0000
committerGravatar Samuel Mimram <smimram@debian.org>2006-06-16 14:41:51 +0000
commite978da8c41d8a3c19a29036d9c569fbe2a4616b0 (patch)
tree0de2a907ee93c795978f3c843155bee91c11ed60 /lib/system.ml
parent3ef7797ef6fc605dfafb32523261fe1b023aeecb (diff)
Imported Upstream version 8.0pl3+8.1betaupstream/8.0pl3+8.1beta
Diffstat (limited to 'lib/system.ml')
-rw-r--r--lib/system.ml5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/system.ml b/lib/system.ml
index fb3cf7b5..b8be9956 100644
--- a/lib/system.ml
+++ b/lib/system.ml
@@ -6,7 +6,7 @@
(* * GNU Lesser General Public License Version 2.1 *)
(************************************************************************)
-(* $Id: system.ml 7603 2005-11-23 17:21:53Z barras $ *)
+(* $Id: system.ml 8877 2006-05-30 16:37:04Z notin $ *)
open Pp
open Util
@@ -60,6 +60,9 @@ let glob s = expand_macros s 0
type physical_path = string
type load_path = physical_path list
+let physical_path_of_string s = s
+let string_of_physical_path p = p
+
(* All subdirectories, recursively *)
let exists_dir dir =