Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
UNREG: add a forward declaration for local literals
When toplevel literals don't have a way to be exported from module GHC infers their labels as static. Example from GHC.Arr: static char rdVA_bytes[] = " out of range "; When this label is used in module internally we also need to provide it's forward declaration. Signed-off-by: Sergei Trofimovich <[email protected]>
- Loading branch information