diff options
author | Richard Braun <rbraun@sceen.net> | 2017-04-29 22:53:25 +0200 |
---|---|---|
committer | Richard Braun <rbraun@sceen.net> | 2017-04-29 22:53:49 +0200 |
commit | b6c3fbb465ab6c2f6fecfaa2aba019ce1ca654a1 (patch) | |
tree | 6ea9931daca10c123ef12e9e1819e71b0bd7d838 /shell.c | |
parent | 9740d571ddd138f8344ba0975b11bc29621bc618 (diff) |
Revert "Remove unneeded quotes when using #error"
This reverts commit 9740d571ddd138f8344ba0975b11bc29621bc618.
New occurrences of #error are also affected by this commit.
Diffstat (limited to 'shell.c')
-rw-r--r-- | shell.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -113,7 +113,7 @@ struct shell_line { #define SHELL_HISTORY_SIZE 21 #if SHELL_HISTORY_SIZE == 0 -#error shell history size must be non-zero +#error "shell history size must be non-zero" #endif /* SHELL_HISTORY_SIZE == 0 */ /* |