Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
clean-compiler-and-rts
compiler
Commits
5a9affc1
Commit
5a9affc1
authored
Feb 20, 2004
by
John van Groningen
Browse files
remove prototypes of removed functions, add ListTypes prototype
parent
055d1ecd
Changes
1
Hide whitespace changes
Inline
Side-by-side
backendC/CleanCompilerSources/typeconv.h
View file @
5a9affc1
...
...
@@ -6,27 +6,10 @@ Author: Sjaak Smetsers
*/
extern
Bool
ConvertTypesOfLiftedTypeVarsOrWildCards
(
TypeAlts
type_alt
,
SymbolType
symbtype
,
PolyList
lifted_type_vars
);
extern
TypeAlts
ConvertSymbolTypeToRuleType
(
Symbol
rule_symbol
,
SymbolType
rtype
,
int
arity
,
TypeCell
extra_args
[],
int
nr_of_extra_args
,
TypeCell
over_vars
[],
int
over_arity
);
extern
void
PrintType
(
SymbDef
tdef
,
TypeAlts
type
);
extern
Symbol
ConvertSymbDefToSymbol
(
SymbDef
sdef
);
extern
void
ConvertSymbolToType
(
SymbDef
sdef
,
char
*
module_env
);
extern
Bool
ConvertTypeAltToTCType
(
SymbDef
lhs_def
,
SymbolType
result_type
,
TypeAlts
type_alt
,
unsigned
nr_of_lifted_args
,
int
over_arity
,
TypeCell
over_vars
[]);
extern
void
InitAttributeRow
(
void
);
extern
void
ListTypes
(
ImpMod
imod
);
extern
void
InitARC_Info
(
void
);
extern
void
ConversionError
(
Symbol
which_symbol
,
char
*
which
,
char
*
error
);
extern
SymbolTypeInfoP
NewSymbolTypeInfo
(
void
);
extern
void
PrintTypeClass
(
SymbDef
class_def
,
File
file
);
#define NewTypeCells(n,hd) TH_AllocArray (hd,n,TypeCell)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment