[MLton-commit] r4467

Matthew Fluet MLton@mlton.org
Sat, 6 May 2006 11:13:30 -0700


Preparing for merging .refactor
----------------------------------------------------------------------

D   mlton/branches/on-20050822-x86_64-branch/basis-library.refactor/primitive/primitive.sml

----------------------------------------------------------------------

Deleted: mlton/branches/on-20050822-x86_64-branch/basis-library.refactor/primitive/primitive.sml
===================================================================
--- mlton/branches/on-20050822-x86_64-branch/basis-library.refactor/primitive/primitive.sml	2006-05-06 18:06:38 UTC (rev 4466)
+++ mlton/branches/on-20050822-x86_64-branch/basis-library.refactor/primitive/primitive.sml	2006-05-06 18:13:28 UTC (rev 4467)
@@ -1,20 +0,0 @@
-(* Copyright (C) 1999-2005 Henry Cejtin, Matthew Fluet, Suresh
- *    Jagannathan, and Stephen Weeks.
- * Copyright (C) 1997-2000 NEC Research Institute.
- *
- * MLton is released under a BSD-style license.
- * See the file MLton-LICENSE for details.
- *)
-
-(* Primitive names are special -- see atoms/prim.fun. *)
-
-structure Primitive =
-   struct
-
-      structure Cygwin =
-         struct
-            val toFullWindowsPath =
-               _import "Cygwin_toFullWindowsPath": NullString.t -> CString.t;
-         end
-
-   end