From: Dave Love Date: Mon, 6 Jan 2003 21:21:50 +0000 (+0000) Subject: Fix last change. X-Git-Tag: ttn-vms-21-2-B4~11798 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f968418df8e6b478778aa34c22feb9f66792251a;p=emacs.git Fix last change. --- diff --git a/configure.in b/configure.in index 3e7eca240e8..e77e1299c52 100644 --- a/configure.in +++ b/configure.in @@ -2667,7 +2667,7 @@ char *alloca (); # endif /* HAVE_ALLOCA_H */ #endif /* __GNUC__ */ #ifndef HAVE_SIZE_T -typedef unsigned size_t +typedef unsigned size_t; #endif #endif /* NOT_C_CODE */