Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[perl #36083] [PATCH] Fix undefined variable warning on HP-UX during Configure

2 views
Skip to first unread message

Nick Glencross

unread,
Jun 1, 2005, 4:58:42 PM6/1/05
to bugs-bi...@rt.perl.org
# New Ticket Created by Nick Glencross
# Please include the string: [perl #36083]
# in the subject line of all future correspondence about this issue.
# <URL: https://rt.perl.org/rt3/Ticket/Display.html?id=36083 >


This trivial patch fixes a cosmetic problem while running Configure on
HP-UX. Basically the $align variable goes out of scope and is then used,
resulting in something like

Determining your minimum pointer alignment......Use of uninitialized
value in concatenation (.) or string at config/auto/alignptrs.pl line 59.
Use of uninitialized value in numeric eq (==) at
config/auto/alignptrs.pl line 60.
.........for hpux: bytes.

Regards,

Nick


alignptrs_hpux.patch

Leopold Toetsch

unread,
Jun 2, 2005, 4:50:20 AM6/2/05
to perl6-i...@perl.org
Nick Glencross <parrotbug...@parrotcode.org> wrote:

> This trivial patch fixes a cosmetic problem while running Configure on
> HP-UX. Basically the $align variable goes out of scope and is then used,

Thanks, applied - r8250
leo

0 new messages