diff options
author | Dave Love <fx@gnu.org> | 2003-01-06 21:21:50 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2003-01-06 21:21:50 +0000 |
commit | f968418df8e6b478778aa34c22feb9f66792251a (patch) | |
tree | 86f094699bd7226f5de16206030a157b8ed507ba /configure.in | |
parent | fb02aff2ccef93689d9a6a0dc7edbd5b9fae6f8a (diff) | |
download | emacs-f968418df8e6b478778aa34c22feb9f66792251a.tar.gz |
Fix last change.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |