From: Frank M. Kromann Date: Tue, 13 Nov 2001 19:20:26 +0000 (+0000) Subject: Fixing compile error X-Git-Tag: ChangeLog~322 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=de46a16e43c3561d8be19ee741385adb22cb3311;p=php Fixing compile error --- diff --git a/ext/hyperwave/hg_comm.c b/ext/hyperwave/hg_comm.c index 7801fabb86..6d2c36f9e7 100644 --- a/ext/hyperwave/hg_comm.c +++ b/ext/hyperwave/hg_comm.c @@ -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;