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:
parent
4e0692c153
commit
11e8c205e7
@ -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 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user