diff options
| author | Paride Legovini <pl@ninthfloor.org> | 2017-05-11 21:28:52 +0200 |
|---|---|---|
| committer | Paride Legovini <pl@ninthfloor.org> | 2017-05-11 21:28:52 +0200 |
| commit | 3d481458a81bed6ae6863d0cef466801588b30fb (patch) | |
| tree | e1c3a7b16709d2f515ef716e8fef86830f1b5210 /util.h | |
| parent | 5788a553b9353bca85972301d0f4c33e17d09e3e (diff) | |
| download | vis-3d481458a81bed6ae6863d0cef466801588b30fb.tar.gz vis-3d481458a81bed6ae6863d0cef466801588b30fb.tar.xz | |
Move the #defines within the #include guards
Diffstat (limited to 'util.h')
| -rw-r--r-- | util.h | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -34,10 +34,7 @@ static void *memrchr(const void *m, int c, size_t n) } #endif -#endif /* UTIL_H */ - - -/* Needed for building on Hurd */ +/* Needed for building on GNU Hurd */ #ifndef PIPE_BUF #define PIPE_BUF 4096 @@ -45,4 +42,6 @@ static void *memrchr(const void *m, int c, size_t n) #ifndef PATH_MAX #define PATH_MAX 4096 -#endif
\ No newline at end of file +#endif + +#endif /* UTIL_H */ |
