-
Sergei Trofimovich authored
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 <siarheit@google.com>
Sergei Trofimovich authoredWhen 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 <siarheit@google.com>
Loading