diff options
author | andreast <andreast@FreeBSD.org> | 2015-12-22 21:26:50 +0000 |
---|---|---|
committer | andreast <andreast@FreeBSD.org> | 2015-12-22 21:26:50 +0000 |
commit | 1eec086bcf2ac13831e34822620bcb063be8d87d (patch) | |
tree | 0dbf426f44ea4e943dd43f5e023ff47be7f44b41 /contrib/gcc | |
parent | 9273c09a1855c18d2128fe8a56b8f0b40078649d (diff) | |
download | FreeBSD-src-1eec086bcf2ac13831e34822620bcb063be8d87d.zip FreeBSD-src-1eec086bcf2ac13831e34822620bcb063be8d87d.tar.gz |
Silence a boring warning.
Diffstat (limited to 'contrib/gcc')
-rw-r--r-- | contrib/gcc/config/rs6000/sysv4.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/gcc/config/rs6000/sysv4.h b/contrib/gcc/config/rs6000/sysv4.h index 0b1eb1e..9b36485 100644 --- a/contrib/gcc/config/rs6000/sysv4.h +++ b/contrib/gcc/config/rs6000/sysv4.h @@ -282,7 +282,9 @@ do { \ #define RESTORE_FP_SUFFIX "_l" /* Type used for ptrdiff_t, as a string used in a declaration. */ +#ifndef PTRDIFF_TYPE #define PTRDIFF_TYPE "int" +#endif /* Type used for wchar_t, as a string used in a declaration. */ /* Override svr4.h definition. */ |