summaryrefslogtreecommitdiff
path: root/basicdefs.h
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2023-01-30 09:49:11 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2023-01-30 09:58:54 -0800
commitfd9898dc4b5d6cccfa4f65a819263113998d466c (patch)
tree9dd51de09c3e6709ec128b367b14712b20913cc2 /basicdefs.h
parent1b995bcf1b4278d369ae003d1b551c4342242571 (diff)
downloadsed-fd9898dc4b5d6cccfa4f65a819263113998d466c.tar.gz
maint: omit unnecessary Gnulib modules
* basicdefs.h: Do not include alloca.h. * bootstrap.conf (gnulib_modules): Remove alloca, stdalign, c-ctype, closeout, mbrlen, verify. Add version-etc. * lib/.gitignore, m4/.gitignore: Omit now-unused files. * po/POTFILES.in: Remove closeout.c. * testsuite/test-mbrtowc.c: Do not include closeout.h. (main): Close stdout by hand, to avoid a dependency on closeout.
Diffstat (limited to 'basicdefs.h')
-rw-r--r--basicdefs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/basicdefs.h b/basicdefs.h
index 3b99883..31899c2 100644
--- a/basicdefs.h
+++ b/basicdefs.h
@@ -17,7 +17,6 @@
#ifndef BASICDEFS_H
#define BASICDEFS_H
-#include <alloca.h>
#include <wchar.h>
#include <locale.h>
#include <wctype.h>