mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-19 06:31:13 -03:00
fallback.h: this header guard was broken
... not that we had things in here that I think it would have really affected, I hope.
This commit is contained in:
@@ -106,7 +106,6 @@ int wcsncasecmp(const wchar_t *s1, const wchar_t *s2, size_t n);
|
||||
#define dirfd(d) (d->d_fd)
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_WCSNDUP
|
||||
/// Fallback for wcsndup function. Returns a copy of \c in, truncated to a maximum length of \c c.
|
||||
@@ -167,3 +166,5 @@ double wcstod_l(const wchar_t *enptr, wchar_t **endptr, locale_t loc);
|
||||
}
|
||||
#define wcstod_l(x, y, z) fish_compat::wcstod_l(x, y, z)
|
||||
#endif
|
||||
|
||||
#endif // FISH_FALLBACK_H
|
||||
|
||||
Reference in New Issue
Block a user