mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 04:46:55 +03:00
* edit.c: Use indented #error for compatibility with old C
compilers.
This commit is contained in:
parent
22a3755dc0
commit
b341c86ca4
@ -1,3 +1,8 @@
|
||||
2001-06-14 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* edit.c: Use indented #error for compatibility with old C
|
||||
compilers.
|
||||
|
||||
2001-06-13 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* edit.c (edit_execute_cmd) [GTK]: Disable user menu - it
|
||||
|
@ -120,7 +120,7 @@ char *edit_get_buffer_as_text (WEdit * e)
|
||||
/* Note on CRLF->LF translation: */
|
||||
|
||||
#if MY_O_TEXT
|
||||
#error MY_O_TEXT is depreciated. CR_LF_TRANSLATION must be defined which does CR-LF translation internally. See note in source.
|
||||
#error "MY_O_TEXT is depreciated. CR_LF_TRANSLATION must be defined which does CR-LF translation internally. See note in source."
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user