mirror of
git://git.sv.gnu.org/nano.git
synced 2025-02-16 21:34:26 +03:00
build: fix compilation when configured with --enable-tiny
The BACK and DEL symbols are used as parameters for do_deletion().
This commit is contained in:
parent
c44a5e960e
commit
89e84e76c3
@ -265,7 +265,6 @@ typedef enum {
|
||||
CENTERING, FLOWING, STATIONARY
|
||||
} update_type;
|
||||
|
||||
#ifndef NANO_TINY
|
||||
/* The kinds of undo actions. ADD...REPLACE must come first. */
|
||||
typedef enum {
|
||||
ADD, ENTER, BACK, DEL, JOIN, REPLACE,
|
||||
@ -279,7 +278,6 @@ typedef enum {
|
||||
ZAP, CUT, CUT_TO_EOF, COPY, PASTE, INSERT,
|
||||
COUPLE_BEGIN, COUPLE_END, OTHER
|
||||
} undo_type;
|
||||
#endif
|
||||
|
||||
/* The elements of the interface that can be colored differently. */
|
||||
enum {
|
||||
|
Loading…
x
Reference in New Issue
Block a user