summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2013-05-08 17:59:35 +0200
committerRicardo Signes <rjbs@cpan.org>2013-05-09 11:20:41 -0400
commit552812474b84e131c3ca1ed1be79718801171143 (patch)
tree556a9c8c390c027e29ab10215a23de280d072ae3
parentcfc2543abc58e12ee77d006d09d18406fb76d345 (diff)
downloadperl-552812474b84e131c3ca1ed1be79718801171143.tar.gz
regenerated uconfig
-rw-r--r--uconfig.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/uconfig.h b/uconfig.h
index 45a4292f38..82664c47a4 100644
--- a/uconfig.h
+++ b/uconfig.h
@@ -981,7 +981,7 @@
* This symbol holds the hexadecimal constant defined in byteorder,
* in a UV, i.e. 0x1234 or 0x4321 or 0x12345678, etc...
* If the compiler supports cross-compiling or multiple-architecture
- * binaries (eg. on NeXT systems), use compiler-defined macros to
+ * binaries (e.g. on NeXT systems), use compiler-defined macros to
* determine the byte order.
* On NeXT 3.2 (and greater), you can build "Fat" Multiple Architecture
* Binaries (MAB) on either big endian or little endian machines.
@@ -2698,7 +2698,7 @@
#define Gid_t_f "lu" /**/
/* Gid_t_sign:
- * This symbol holds the signedess of a Gid_t.
+ * This symbol holds the signedness of a Gid_t.
* 1 for unsigned, -1 for signed.
*/
#define Gid_t_sign 1 /* GID sign */
@@ -3257,7 +3257,7 @@
#define Uid_t_f "lu" /**/
/* Uid_t_sign:
- * This symbol holds the signedess of a Uid_t.
+ * This symbol holds the signedness of a Uid_t.
* 1 for unsigned, -1 for signed.
*/
#define Uid_t_sign 1 /* UID sign */
@@ -4600,7 +4600,7 @@
* This variable contains the size of struct stat's st_ino in bytes.
*/
/* ST_INO_SIGN:
- * This symbol holds the signedess of struct stat's st_ino.
+ * This symbol holds the signedness of struct stat's st_ino.
* 1 for unsigned, -1 for signed.
*/
#define ST_INO_SIGN 1 /* st_ino sign */
@@ -4753,6 +4753,6 @@
#endif
/* Generated from:
- * 57a897e7541bd9d285c79ed44f59f50bbd7ded0dc51c3c7a1d23715267b12514 config_h.SH
+ * 2c9dc3f21d37b1665f6a59dfc6d79e6cb08bdf36a9c3e427d11d6b9ddffe2439 config_h.SH
* 26ab9b4aa382d32761cb91084ba59e7e4b190799502a43366ccb3d2f584783ca uconfig.sh
* ex: set ro: */