From 87ad3ba0e87277be78259af147359c97e7f4efc3 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Thu, 28 Feb 2019 15:34:48 -0500 Subject: include in for field sizes --- .deps/all.ref | 1 + .deps/nonstd/locale.h.deps | 1 + .headers.mk | 2 +- src/nonstd/locale-limits.ref | 2 ++ 4 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 src/nonstd/locale-limits.ref diff --git a/.deps/all.ref b/.deps/all.ref index 54d4ea9c..bd32369a 100644 --- a/.deps/all.ref +++ b/.deps/all.ref @@ -1,6 +1,7 @@ ./src/nonstd/syscall-internal.ref ./src/nonstd/io-internal.ref ./src/nonstd/lib-internal.ref +./src/nonstd/locale-limits.ref ./src/nonstd/locale-internal.ref ./src/nonstd/pid_t.ref ./src/nonstd/ENOSYS.ref diff --git a/.deps/nonstd/locale.h.deps b/.deps/nonstd/locale.h.deps index ad3e74eb..8f50496b 100644 --- a/.deps/nonstd/locale.h.deps +++ b/.deps/nonstd/locale.h.deps @@ -1,3 +1,4 @@ ./src/nonstd/struct_locale_t.c ./src/nonstd/__load_locale.c +./src/nonstd/locale-limits.ref ./src/nonstd/locale-internal.ref diff --git a/.headers.mk b/.headers.mk index 00ad4b5d..88982a91 100644 --- a/.headers.mk +++ b/.headers.mk @@ -99,7 +99,7 @@ $(INCDIR)/nonstd/io.h: mkh.sh $(SRCDIR)/nonstd/struct_io_options.c $(SRCDIR)/non $(INCDIR)/nonstd/lib.h: mkh.sh $(SRCDIR)/nonstd/lib-internal.ref INCDIR=$(INCDIR) sh mkh.sh $(INCDIR)/nonstd/lib.h -$(INCDIR)/nonstd/locale.h: mkh.sh $(SRCDIR)/nonstd/struct_locale_t.c $(SRCDIR)/nonstd/__load_locale.c $(SRCDIR)/nonstd/locale-internal.ref +$(INCDIR)/nonstd/locale.h: mkh.sh $(SRCDIR)/nonstd/struct_locale_t.c $(SRCDIR)/nonstd/__load_locale.c $(SRCDIR)/nonstd/locale-limits.ref $(SRCDIR)/nonstd/locale-internal.ref INCDIR=$(INCDIR) sh mkh.sh $(INCDIR)/nonstd/locale.h $(INCDIR)/nonstd/syscall.h: mkh.sh $(SRCDIR)/nonstd/SYSCALL_NUMBER.c $(SRCDIR)/nonstd/__syscall.c $(SRCDIR)/nonstd/__lookup.c $(SRCDIR)/nonstd/syscall_lookup_t.c $(SRCDIR)/nonstd/SYSCALL.c $(SRCDIR)/nonstd/syscall-internal.ref $(SRCDIR)/nonstd/ENOSYS.ref $(SRCDIR)/nonstd/errno.ref diff --git a/src/nonstd/locale-limits.ref b/src/nonstd/locale-limits.ref new file mode 100644 index 00000000..705296b4 --- /dev/null +++ b/src/nonstd/locale-limits.ref @@ -0,0 +1,2 @@ +#include +REFERENCE() -- cgit v1.2.1