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
d1901610
Commit
d1901610
authored
Apr 07, 1992
by
dcw
Browse files
added export and global char * args to make_declns;
also moved verbose and opt into optimize.[ch]
parent
9eeb62bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
decs.h
View file @
d1901610
#ifdef HASPROTOS
extern
void
make_declns
(
declnlist
,
FILE
*
,
FILE
*
,
char
*
);
extern
void
make_declns
(
char
*
,
char
*
,
declnlist
,
char
*
);
#else
extern
void
make_declns
();
#endif
extern
BOOL
print
,
verbose
,
opt
;
extern
BOOL
print
;
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