aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorDave Love <[email protected]>2003-01-06 21:21:50 +0000
committerDave Love <[email protected]>2003-01-06 21:21:50 +0000
commitf968418df8e6b478778aa34c22feb9f66792251a (patch)
tree86f094699bd7226f5de16206030a157b8ed507ba /configure.in
parentfb02aff2ccef93689d9a6a0dc7edbd5b9fae6f8a (diff)
Fix last change.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 3e7eca240e..e77e1299c5 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 */