diff options
Diffstat (limited to 'src/shared/util.h')
-rw-r--r-- | src/shared/util.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/shared/util.h b/src/shared/util.h index af18d0b657..bf24272ea6 100644 --- a/src/shared/util.h +++ b/src/shared/util.h @@ -46,7 +46,6 @@ union dirent_storage { ((NAME_MAX + 1 + sizeof(long)) & ~(sizeof(long) - 1))]; }; - /* What is interpreted as whitespace? */ #define WHITESPACE " \t\n\r" #define NEWLINE "\n\r" |