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
Duncan White
C-datadec
Commits
e7828799
Commit
e7828799
authored
Apr 07, 1992
by
dcw
Browse files
removed print boolean; always print things
parent
1e9417e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
m2decs.c
View file @
e7828799
...
...
@@ -68,8 +68,6 @@ static int predefined_type();
#endif
BOOL
print
;
/* print == generate print functions */
static
int
numtabs
=
0
;
static
FILE
*
outfile
;
...
...
@@ -218,12 +216,9 @@ static void defn_onetype( d ) decln d;
nl
();
}
if
(
print
)
{
line
(
"(* Print function for %s *)"
,
d
->
name
);
printproc_header
(
d
->
name
);
nl
();
}
line
(
"(* Print function for %s *)"
,
d
->
name
);
printproc_header
(
d
->
name
);
nl
();
nl
();
}
...
...
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