Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
GHC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gesh
GHC
Commits
49124ecd
Commit
49124ecd
authored
27 years ago
by
sof
Browse files
Options
Downloads
Patches
Plain Diff
[project @ 1997-08-25 21:00:15 by sof]
COMPILING_GHC renamed to COMPILING_NCG
parent
2f1239a2
Loading
Loading
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
ghc/includes/GranSim.lh
+1
-1
1 addition, 1 deletion
ghc/includes/GranSim.lh
ghc/includes/MachRegs.lh
+2
-2
2 additions, 2 deletions
ghc/includes/MachRegs.lh
ghc/includes/SMInfoTables.lh
+5
-5
5 additions, 5 deletions
ghc/includes/SMInfoTables.lh
ghc/includes/error.h
+1
-1
1 addition, 1 deletion
ghc/includes/error.h
with
9 additions
and
9 deletions
ghc/includes/GranSim.lh
+
1
−
1
View file @
49124ecd
...
...
@@ -40,7 +40,7 @@ ullong msTime(STG_NO_ARGS);
#if defined(GRAN)
#if !defined(COMPILING_
GHC
)
#if !defined(COMPILING_
NCG
)
#include "RtsFlags.h"
#endif
...
...
This diff is collapsed.
Click to expand it.
ghc/includes/MachRegs.lh
+
2
−
2
View file @
49124ecd
...
...
@@ -9,7 +9,7 @@ NB: THIS FILE IS INCLUDED IN HASKELL SOURCE!
#ifndef MACHREGS_H
#define MACHREGS_H
#if defined(__STG_GCC_REGS__) || defined(COMPILING_
GHC
)
#if defined(__STG_GCC_REGS__) || defined(COMPILING_
NCG
)
#include "StgMachDeps.h"
...
...
@@ -918,7 +918,7 @@ discretion being the better part of valor, we also don't take
Concluding multi-slurp protection:
\begin{code}
#endif /* __STG_GCC_REGS__ || COMPILING_
GHC
*/
#endif /* __STG_GCC_REGS__ || COMPILING_
NCG
*/
#endif /* MACHREGS_H */
\end{code}
...
...
This diff is collapsed.
Click to expand it.
ghc/includes/SMInfoTables.lh
+
5
−
5
View file @
49124ecd
...
...
@@ -197,7 +197,7 @@ use extern declarations almost everywhere except for the single module
(\tr{Rep.lc}) in which the rep tables are declared locally.
\begin{code}
#if defined(COMPILING_REP_LC) || defined(COMPILING_
GHC
)
#if defined(COMPILING_REP_LC) || defined(COMPILING_
NCG
)
# define MAYBE_DECLARE_RTBL(l,s,p)
#else
# define MAYBE_DECLARE_RTBL(l,s,p) EXTDATA_RO(MK_REP_REF(l,s,p));
...
...
@@ -613,7 +613,7 @@ specialised marking code.
# define INFO_MARKED_1S(infoptr) (((FP_)(INFO_RTBL(infoptr)))[COMPACTING_INFO_OFFSET+3])
# define INFO_MARKING_1S(infoptr) (((FP_)(INFO_RTBL(infoptr)))[COMPACTING_INFO_OFFSET+4])
#ifndef COMPILING_
GHC
#ifndef COMPILING_
NCG
extern F_ _Dummy_Static_entry(STG_NO_ARGS);
extern F_ _Dummy_Ind_entry(STG_NO_ARGS);
extern F_ _Dummy_Caf_entry(STG_NO_ARGS);
...
...
@@ -1165,7 +1165,7 @@ MAYBE_DECLARE_RTBL(Data,,)
}
/* Here is the decl for the only DATA info table used! */
#ifndef COMPILING_
GHC
#ifndef COMPILING_
NCG
EXTDATA_RO(ArrayOfData_info);
#endif
\end{code}
...
...
@@ -1237,7 +1237,7 @@ MAYBE_DECLARE_RTBL(ImmuTuple,,)
#endif
/* Here are the decls for the only MUTUPLE info tables used. */
#ifndef COMPILING_
GHC
#ifndef COMPILING_
NCG
EXTDATA_RO(ArrayOfPtrs_info);
EXTDATA_RO(ImMutArrayOfPtrs_info);
EXTDATA_RO(EmptySVar_info);
...
...
@@ -1745,7 +1745,7 @@ during a return.
}
/* Declare the phantom info table vectors (just Bool at the moment) */
#ifndef COMPILING_
GHC
#ifndef COMPILING_
NCG
#ifndef aix_TARGET_OS /* AIX gives link errors with this as a const (RO assembler section) */
EXTDATA_RO(PrelBase_Bool_itblvtbl);
#else
...
...
This diff is collapsed.
Click to expand it.
ghc/includes/error.h
+
1
−
1
View file @
49124ecd
#if !defined(COMPILING_
GHC
) && !defined(__GLASGOW_HASKELL__)
#if !defined(COMPILING_
NCG
) && !defined(__GLASGOW_HASKELL__)
extern
int
ghc_errno
;
extern
int
ghc_errtype
;
extern
char
*
ghc_errstr
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment