Fix for catestrophic errors in previous checkin (Argument Clinic rollup patch).

This commit is contained in:
Larry Hastings 2014-01-25 21:30:37 -08:00
parent c20472640c
commit f256c22f34
7 changed files with 1580 additions and 1346 deletions

View file

@ -1812,7 +1812,7 @@ audioop_adpcm2lin_impl(PyModuleDef *module, Py_buffer *fragment, int width, PyOb
return rv;
}
#include "audioop.clinic.c"
#include "clinic/audioop.c.h"
static PyMethodDef audioop_methods[] = {
AUDIOOP_MAX_METHODDEF