mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
Merge from gcc: use "cannot" instead of "can not" in libiberty and include.
2019-01-09 Sandra Loosemore <sandra@codesourcery.com> Merge from GCC: 2019-01-09 Sandra Loosemore <sandra@codesourcery.com> PR other/16615 [2/5] include/ * libiberty.h: Mechanically replace "can not" with "cannot". * plugin-api.h: Likewise. libiberty/ * cp-demangle.c: Mechanically replace "can not" with "cannot". * floatformat.c: Likewise. * strerror.c: Likewise.
This commit is contained in:
@ -34,7 +34,7 @@
|
||||
#include <sys/types.h>
|
||||
#if !defined(HAVE_STDINT_H) && !defined(HAVE_INTTYPES_H) && \
|
||||
!defined(UINT64_MAX) && !defined(uint64_t)
|
||||
#error can not find uint64_t type
|
||||
#error cannot find uint64_t type
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
Reference in New Issue
Block a user