diff options
author | Jacques Garrigue <garrigue at math.nagoya-u.ac.jp> | 1999-12-08 08:21:57 +0000 |
---|---|---|
committer | Jacques Garrigue <garrigue at math.nagoya-u.ac.jp> | 1999-12-08 08:21:57 +0000 |
commit | 77d4f18ce657800ebd85530c510521b467d7c3dd (patch) | |
tree | d4ff7e2e660afc0463534306f246fd24f8dbcc69 /otherlibs/labltk/browser/setpath.ml | |
parent | 181b12cb95b3361d1fd4b44fa25662c994a9eeb4 (diff) |
changed label_pattern syntax
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@2677 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'otherlibs/labltk/browser/setpath.ml')
-rw-r--r-- | otherlibs/labltk/browser/setpath.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/labltk/browser/setpath.ml b/otherlibs/labltk/browser/setpath.ml index f9c478b07..8094b82e0 100644 --- a/otherlibs/labltk/browser/setpath.ml +++ b/otherlibs/labltk/browser/setpath.ml @@ -34,7 +34,7 @@ let renew_path box = Listbox.insert box index:`End texts:!Config.load_path; Jg_box.recenter box index:(`Num 0) -let add_to_path :dirs ?:base[=""] box = +let add_to_path :dirs ?(:base="") box = let dirs = if base = "" then dirs else if dirs = [] then [base] else |