[project @ 2000-08-02 14:13:26 by rrt]
[ghc-hetmet.git] / ghc / compiler / basicTypes / Name.lhs
index 7ee54d5..60a5727 100644 (file)
@@ -457,6 +457,7 @@ isDllName :: Name -> Bool
 isDllName nm = not opt_Static &&
               not (isLocallyDefinedName nm) && 
               not (isLocalModule (nameModule nm))
+-- Why is the isLocallyDefinedName test needed?
 
 nameSrcLoc name = provSrcLoc (n_prov name)