mirror of
https://github.com/neovim/neovim.git
synced 2025-09-16 08:18:17 +00:00
Macro cleanup: Miscellaneous
These were found with -Wunused-macros. There are many more macros which triggered that warning, but they were primarily part of larger sets of macros so leave them alone.
This commit is contained in:
@@ -10,8 +10,6 @@
|
||||
* message.c: functions for displaying messages on the command line
|
||||
*/
|
||||
|
||||
#define MESSAGE_FILE /* don't include prototype for smsg() */
|
||||
|
||||
#include <assert.h>
|
||||
#include <errno.h>
|
||||
#include <inttypes.h>
|
||||
|
Reference in New Issue
Block a user