krc         2003/08/19 15:04:54 PDT

  Modified files:
    ghc/compiler/parser  ParserCore.y 
  Log:
  Added correct parsing of external calls. External calls are assumed to be
  static C calls, but this assumption should always hold since compiling to
  External Core will fail for programs that contain any other kind of
  external call.
  
  Added correct parsing of the null-pointer literal (0::GHCziPrim.Addrzh) --
  this caused an "unknown integer literal type" error before.
  
  Revision  Changes    Path
  1.14      +9 -3      fptools/ghc/compiler/parser/ParserCore.y
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to