Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
cs24-19fa
git_rec_nano
Commits
e701bb01
Commit
e701bb01
authored
7 years ago
by
Benno Schulenberg
Browse files
Options
Download
Email Patches
Plain Diff
tweaks: remove five dummy function definitions from the tiny version
parent
a3102cd4
master
feature/match-parens
refactor/readbility
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/global.c
+2
-0
src/global.c
src/proto.h
+3
-1
src/proto.h
with
5 additions
and
1 deletion
+5
-1
src/global.c
View file @
e701bb01
...
...
@@ -277,6 +277,7 @@ void goto_dir_void(void)
{
}
#endif
#ifndef NANO_TINY
void
dos_format_void
(
void
)
{
}
...
...
@@ -292,6 +293,7 @@ void prepend_void(void)
void
backup_file_void
(
void
)
{
}
#endif
void
discard_buffer
(
void
)
{
}
...
...
This diff is collapsed.
Click to expand it.
src/proto.h
View file @
e701bb01
...
...
@@ -683,17 +683,19 @@ void disable_nodelay(void);
void
do_credits
(
void
);
#endif
/*
May as well throw these here, since they are just placeholder
s. */
/*
These are just name definition
s. */
void
do_cancel
(
void
);
void
case_sens_void
(
void
);
void
regexp_void
(
void
);
void
gototext_void
(
void
);
void
to_files_void
(
void
);
#ifndef NANO_TINY
void
dos_format_void
(
void
);
void
mac_format_void
(
void
);
void
append_void
(
void
);
void
prepend_void
(
void
);
void
backup_file_void
(
void
);
#endif
void
discard_buffer
(
void
);
void
new_buffer_void
(
void
);
void
backwards_void
(
void
);
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help