Branch: Tag:

2000-08-15

2000-08-15 11:41:45 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Fixed a few warnings.

Rev: src/opcodes.c:1.87
Rev: src/stralloc.c:1.98
Rev: src/stralloc.h:1.55

25:   #define HUGE HUGE_VAL   #endif /*!HUGE*/    - RCSID("$Id: stralloc.c,v 1.97 2000/08/11 13:52:17 grubba Exp $"); + RCSID("$Id: stralloc.c,v 1.98 2000/08/15 11:41:28 grubba Exp $");      #define BEGIN_HASH_SIZE 997   #define MAX_AVG_LINK_LENGTH 3
1860:    void * str,    void **ptr,    int base, -  int maxlength, +  ptrdiff_t maxlength,    int shift)   {    PCHARP tmp;
1877:    PCHARP str,    PCHARP *ptr,    int base, -  int maxlength) +  ptrdiff_t maxlength)   {    PCHARP str_start;