Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
9674b8bc
Commit
9674b8bc
authored
Jun 20, 1999
by
Niels Möller
Browse files
* src/command.h (STATIC_COLLECT_1_FINAL): Commented out this
redundant macro. Rev: src/command.h:1.26
parent
8103b095
Changes
1
Show whitespace changes
Inline
Side-by-side
src/command.h
View file @
9674b8bc
...
...
@@ -159,9 +159,11 @@ make_collect_state_3(struct collect_info_3 *info,
{ { { STATIC_HEADER, do_call_simple_command }, do_collect_1}, \
make_collect_state_1, next }
#if 0
#define STATIC_COLLECT_1_FINAL(f) \
{ { { STATIC_HEADER, do_call_simple_command }, do_collect_1}, \
f, NULL }
#endif
#define STATIC_COLLECT_2(next) \
{ STATIC_HEADER, make_collect_state_2, next }
...
...
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