mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 14:59:39 +02:00
PR other/16615 [2/5]
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. From-SVN: r267784
This commit is contained in:
committed by
Sandra Loosemore
parent
6791469314
commit
adcb167e03
@@ -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