diff dwt/internal/mozilla/prtime.d @ 341:942da4b6558a

Ongoing fixup for compile
author John Reimer <terminal.node@gmail.com>
date Sun, 26 Oct 2008 21:19:51 -0700
parents dd63eb078d7a
children 8d03ae013e53
line wrap: on
line diff
--- a/dwt/internal/mozilla/prtime.d	Sun Oct 26 08:09:00 2008 -0700
+++ b/dwt/internal/mozilla/prtime.d	Sun Oct 26 21:19:51 2008 -0700
@@ -44,7 +44,7 @@
 const PR_USEC_PER_MSEC = 1000U;
 const PR_NSEC_PER_MSEC = 1000000U;
 
-extern (System):
+//extern (System):
 
 alias PRInt64 PRTime;