[flip around foreign import modifiers
John Meacham <john@repetae.net>**20061120074121] hunk ./FrontEnd/ParseUtils.hs 399
+            g x y = error $ "FrontEnd.ParseUtils: " ++ show (x,y)
hunk ./lib/base/System/Time.hs 231
-foreign import ccall unsafe "time.h time" c_time :: Ptr CTime -> IO CTime
+foreign import unsafe ccall "time.h time" c_time :: Ptr CTime -> IO CTime