* edit.c: Use indented #error for compatibility with old C

compilers.
This commit is contained in:
Pavel Roskin 2001-06-14 15:33:24 +00:00
parent 22a3755dc0
commit b341c86ca4
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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
/*