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
5fdfea3f
Commit
5fdfea3f
authored
Jan 29, 2019
by
johnvg@science.ru.nl
Browse files
remove printing of field node_line (node_line no longer exists)
parent
b548b802
Changes
1
Hide whitespace changes
Inline
Side-by-side
backendC/CleanCompilerSources/dbprint.c
View file @
5fdfea3f
...
...
@@ -18,7 +18,6 @@
#undef PRINT_alt_lifted_node_ids
#undef PRINT_NODE_ID_REF_COUNTS
#define PRINT_ALL_NODE_ID_ADDRESSES
#undef PRINT_NODE_LINE_NUMBERS
#define PRINT_NODE_ID_REF_COUNT
static
void
PrintUnaryState
(
StateKind
kind
,
ObjectKind
obj
,
File
file
)
...
...
@@ -191,10 +190,6 @@ void PrintRuleNode (Node node,Bool brackets,int n_leading_spaces,File file)
PrintSymbol
(
node_symb
,
file
);
#ifdef PRINT_NODE_LINE_NUMBERS
FPrintF
(
file
,
"#%d"
,
node
->
node_line
);
#endif
if
(
node
->
node_arguments
)
{
FPutC
(
' '
,
file
);
PrintArguments
(
node
->
node_arguments
,
' '
,
True
,
n_leading_spaces
,
file
);
...
...
Write
Preview
Markdown
is supported
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