work around C compiler warnings about unused utility functions by registering the...
authorStefan Behnel <stefan_ml@behnel.de>
Sun, 2 Sep 2012 19:16:55 +0000 (21:16 +0200)
committerStefan Behnel <stefan_ml@behnel.de>
Sun, 2 Sep 2012 19:16:55 +0000 (21:16 +0200)
commit6184fab94902acbd4f4000e49a54e123d97e5eb6
tree941e91dacf910d8345984565ea4d634ab169c6c9
parentb4abe9738a7d18d0e59ebaa829543aead82c4c63
work around C compiler warnings about unused utility functions by registering the signature with the smallest dependency last
Cython/Compiler/Builtin.py