1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00

(!HAVE_SIZE_T): Fix order of arguments in type definition of size_t.

This commit is contained in:
Richard M. Stallman 2003-01-06 00:50:38 +00:00
parent 4e0692c153
commit 11e8c205e7

View File

@ -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 */