Ignore:
Timestamp:
03/28/08 22:32:22 (4 years ago)
Author:
wd
Message:

Interrim update for superstring bits.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/superstring/include/superstring_private.h

    r812 r815  
    6060    str->flags = istr->flags; 
    6161    if (istr->flags & SUPERSTRING_JUMBO) { 
    62         superstring_jumbo jstr = (superstring_jumbo)str; 
     62        struct _superstring_jumbo_ *jstr = (struct _superstring_jumbo_ *)str; 
    6363        jstr->len = istr->len; 
    6464        jstr->size = istr->size; 
     
    8888 
    8989/* Function to grow strings */ 
    90 int ss_grow(ss_internal *istr); 
     90int ss_grow(ss_internal *istr, superstring *outstr); 
    9191 
    9292/* Handy stuff for handling printf-like functions and warnings in gcc (thanks 
Note: See TracChangeset for help on using the changeset viewer.