From: Richard M. Stallman Date: Mon, 6 Jan 2003 00:50:38 +0000 (+0000) Subject: (!HAVE_SIZE_T): Fix order of arguments in type definition of size_t. X-Git-Tag: ttn-vms-21-2-B4~11826 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=11e8c205e72865df1428821fb4fe9e56cb929262;p=emacs.git (!HAVE_SIZE_T): Fix order of arguments in type definition of size_t. --- diff --git a/src/config.in b/src/config.in index fc8607b4a74..a1868073c64 100644 --- a/src/config.in +++ b/src/config.in @@ -961,7 +961,7 @@ char *alloca (); # endif /* HAVE_ALLOCA_H */ #endif /* __GNUC__ */ #ifndef HAVE_SIZE_T -typedef size_t unsigned +typedef unsigned size_t; #endif #endif /* NOT_C_CODE */