From: Dave Love Date: Thu, 17 Aug 2000 13:45:46 +0000 (+0000) Subject: Add size_t. X-Git-Tag: emacs-pretest-21.0.90~2214 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9d8cf732e697eb256e55dae088c349850cebea3f;p=emacs.git Add size_t. --- diff --git a/src/config.in b/src/config.in index 204c7d85dfe..34bd389289a 100644 --- a/src/config.in +++ b/src/config.in @@ -305,6 +305,7 @@ Boston, MA 02111-1307, USA. */ #undef HAVE_AIX_SMT_EXP #undef vfork +#undef size_t /* Define if you have the ANSI `strerror' function. Otherwise you must have the variable `char *sys_errlist[]'. */