Fixing compile error

This commit is contained in:
Frank M. Kromann 2001-11-13 19:20:26 +00:00
parent dd714b617c
commit de46a16e43

View File

@ -683,7 +683,7 @@ char *fnInsAnchorsIntoText(char *text, DLIST *pAnchorList, char **bodytag, char
newtext = text;
bgstr[0] = '\0';
#ifdef newlist
zend_llist_sort(pAnchorList, fnCmpAnchors);
zend_llist_sort(pAnchorList, fnCmpAnchors TSRMLS_CC);
ptr = (ANCHOR **) zend_llist_get_last(pAnchorList);
if(ptr)
cur_ptr = *ptr;