From ed222704c323f2a7038790842ec32c1ba8b26a4d Mon Sep 17 00:00:00 2001 From: Charles Harris Date: Thu, 22 May 2008 22:07:16 +0000 Subject: Add PyArray_CompareString to multiarray_api instead of array_api so as not to disturb the current order of the API. --- numpy/core/src/arrayobject.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/core/src/arrayobject.c') diff --git a/numpy/core/src/arrayobject.c b/numpy/core/src/arrayobject.c index be828cde5..deee178b7 100644 --- a/numpy/core/src/arrayobject.c +++ b/numpy/core/src/arrayobject.c @@ -4433,7 +4433,7 @@ PyArray_CompareUCS4(npy_ucs4 *s1, npy_ucs4 *s2, register size_t len) return 0; } -/*OBJECT_API +/*MULTIARRAY_API */ static int PyArray_CompareString(char *s1, char *s2, size_t len) -- cgit v1.2.1