Commit e701bb01 authored by Benno Schulenberg's avatar Benno Schulenberg
Browse files

tweaks: remove five dummy function definitions from the tiny version

No related merge requests found
Showing with 5 additions and 1 deletion
+5 -1
......@@ -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)
{
}
......
......@@ -683,17 +683,19 @@ void disable_nodelay(void);
void do_credits(void);
#endif
/* May as well throw these here, since they are just placeholders. */
/* These are just name definitions. */
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);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment