Changeset 7006

Show
Ignore:
Timestamp:
05/20/09 06:08:12 (16 months ago)
Author:
cdavid
Message:

Remove obsolete comment.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/numpy/core/src/multiarray/multiarraymodule.c

    r6997 r7006  
    4040#include "number.h" 
    4141#include "scalartypes.h" 
    42  
    43 /* 
    44  * Including this file is the only way I know how to declare functions 
    45  * static in each file, and store the pointers from functions in both 
    46  * arrayobject.c and multiarraymodule.c for the C-API 
    47  * 
    48  * Declarying an external pointer-containing variable in arrayobject.c 
    49  * and trying to copy it to PyArray_API, did not work. 
    50  * 
    51  * Think about two modules with a common api that import each other... 
    52  * 
    53  * This file would just be the module calls. 
    54  */ 
    55  
    56 //#include "arrayobject.c" 
    5742 
    5843NPY_NO_EXPORT PyTypeObject PyBigArray_Type;