Patch by marco@gnome.org to bug 241145
r=caillon sr=dbaron
This commit is contained in:
caillon%redhat.com 2005-11-02 16:05:23 +00:00
Родитель dd0fbf625f
Коммит 496208d872
2 изменённых файлов: 4 добавлений и 6 удалений

Просмотреть файл

@ -39,10 +39,9 @@
#include <stdlib.h>
#include "prtypes.h"
#include "nsComObsolete.h"
#include "nsQuickSort.h"
NS_BEGIN_EXTERN_C
PR_BEGIN_EXTERN_C
#if !defined(DEBUG) && (defined(__cplusplus) || defined(__gcc))
# ifndef INLINE
@ -184,4 +183,4 @@ loop: SWAPINIT(a, es);
/* NS_QuickSort(pn - r, r / es, es, cmp, data);*/
}
NS_END_EXTERN_C
PR_END_EXTERN_C

Просмотреть файл

@ -44,8 +44,7 @@
#define nsQuickSort_h___
#include "prtypes.h"
#include "nsComObsolete.h"
NS_BEGIN_EXTERN_C
PR_BEGIN_EXTERN_C
/**
* Parameters:
@ -63,6 +62,6 @@ PR_EXTERN(void) NS_QuickSort(void *, unsigned int, unsigned int,
int (*)(const void *, const void *, void *),
void *);
NS_END_EXTERN_C
PR_END_EXTERN_C
#endif /* nsQuickSort_h___ */