diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-06-06 22:31:50 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-06-06 22:31:50 +0000 |
commit | aca48073ac7358bb96c129b16622926dc762da2f (patch) | |
tree | 733f2d68c79226dca9206cafe44ee8e2b5a68514 /README.hpux | |
parent | 8a2949d9131799d2db2e4d62ec4e1ce83c9061bf (diff) | |
download | perl-aca48073ac7358bb96c129b16622926dc762da2f.tar.gz |
Minor grammatical nit.
p4raw-id: //depot/perl@19700
Diffstat (limited to 'README.hpux')
-rw-r--r-- | README.hpux | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.hpux b/README.hpux index e0fb54fd9e..f74bf1532c 100644 --- a/README.hpux +++ b/README.hpux @@ -319,7 +319,7 @@ using the -Duselargefiles flag to Configure. This causes Perl to be compiled using structures and functions in which these are 64 bits wide, rather than 32 bits wide. (Note that this will only work with HP's ANSI C compiler. If you want to compile Perl using gcc, you will have to get -a version of the compiler that support 64-bit operations. See above for +a version of the compiler that supports 64-bit operations. See above for where to find it.) There are some drawbacks to this approach. One is that any extension @@ -409,7 +409,7 @@ environment, use the -Duse64bitall flag to Configure. This will force Perl to be compiled in a pure LP64 environment (via the +DD64 flag). (Note that these flags will only work with HP's ANSI C compiler. If you want to compile Perl using gcc, you will have to get a version of -the compiler that support 64-bit operations.) +the compiler that supports 64-bit operations.) You can also use the -Duse64bitint flag to Configure. Although there are some minor differences between compiling Perl with this flag versus |