Re: [perl #21399] [PATCH]Patch to fix compiler warnings in smallobject.c

2003-02-28 Thread Leopold Toetsch
Steve Peters (via RT) wrote: The attached patch fixes a compiler warning in smallobject.c. The #define UNITS_PER_ALLOC_GROWTH_FACTOR has a value of 1.75, but is multiplied to a size_t. This patch sets UNITS_PER_ALLOC_GROWTH_FACTOR to (size_t)2. Not good. Changing values to get rid of

[perl #21399] [PATCH]Patch to fix compiler warnings in smallobject.c

2003-02-27 Thread via RT
# New Ticket Created by Steve Peters # Please include the string: [perl #21399] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt2/Ticket/Display.html?id=21399 The attached patch fixes a compiler warning in smallobject.c. The #define