Changeset 815 for trunk/superstring/include/superstring_private.h
- Timestamp:
- 03/28/08 22:32:22 (4 years ago)
- File:
-
- 1 edited
-
trunk/superstring/include/superstring_private.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/superstring/include/superstring_private.h
r812 r815 60 60 str->flags = istr->flags; 61 61 if (istr->flags & SUPERSTRING_JUMBO) { 62 s uperstring_jumbo jstr = (superstring_jumbo)str;62 struct _superstring_jumbo_ *jstr = (struct _superstring_jumbo_ *)str; 63 63 jstr->len = istr->len; 64 64 jstr->size = istr->size; … … 88 88 89 89 /* Function to grow strings */ 90 int ss_grow(ss_internal *istr );90 int ss_grow(ss_internal *istr, superstring *outstr); 91 91 92 92 /* Handy stuff for handling printf-like functions and warnings in gcc (thanks
Note: See TracChangeset
for help on using the changeset viewer.
