Make -fcontext-stack into a dynamic flag
authorsimonpj@microsoft.com <unknown>
Thu, 27 Jul 2006 08:04:22 +0000 (08:04 +0000)
committersimonpj@microsoft.com <unknown>
Thu, 27 Jul 2006 08:04:22 +0000 (08:04 +0000)
commitbec18cb3a1dcbc70b0257a367091c9a5948da6f6
treecec7039bea0c18f3e4a2f12821879e278114a883
parent5edf58c10a0144fa8b328e18d0b7fffec2319424
Make -fcontext-stack into a dynamic flag

  This allows you to put -fcontext-stack into an options pragma,
  as requested by Trac #829

  While I was at it, I added OptIntPrefix to the forms allowed
  in CmdLineParser.
compiler/main/CmdLineParser.hs
compiler/main/DynFlags.hs
compiler/main/StaticFlags.hs
compiler/typecheck/TcSimplify.lhs
docs/users_guide/flags.xml
docs/users_guide/glasgow_exts.xml