Skip to content
GitLab
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
ef5ce6f8
Commit
ef5ce6f8
authored
Feb 20, 2004
by
John van Groningen
Browse files
remove calls of PrintTCType and InitTypeChecker, change #includes
parent
d67e6d41
Changes
1
Hide whitespace changes
Inline
Side-by-side
backendC/CleanCompilerSources/comsupport.c
View file @
ef5ce6f8
...
...
@@ -27,13 +27,12 @@
#include
"buildtree.h"
#include
"comparser.h"
#include
"checker.h"
#include
"t
ypechecker
.h"
#include
"t
csupport
.h"
#include
"statesgen.h"
#include
"codegen_types.h"
#include
"codegen1.h"
#include
"codegen2.h"
#include
"instructions.h"
#include
"overloading.h"
#include
"checksupport.h"
#include
"dbprint.h"
...
...
@@ -562,18 +561,6 @@ void StaticMessage (Bool error, char *symbol_format, char *message_format, ...)
PrintNodeSymbol
(
node
,
arg_nr
,
StdError
);
break
;
}
case
'T'
:
PrintTCType
(
va_arg
(
ap
,
struct
type_cell
*
),
NULL
);
break
;
case
'U'
:
{
struct
type_cell
*
type
,
*
sub_type
;
type
=
va_arg
(
ap
,
struct
type_cell
*
);
sub_type
=
va_arg
(
ap
,
struct
type_cell
*
);
PrintTCType
(
type
,
sub_type
);
break
;
}
default:
FPutC
(
'%'
,
StdError
);
FPutC
(
format_spec
,
StdError
);
...
...
@@ -654,7 +641,6 @@ void InitCompiler (void)
InitScanner
();
InitParser
();
InitChecker
();
InitTypeChecker
();
InitStatesGen
();
InitCoding
();
InitInstructions
();
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment