Changeset d8faaf2 for python/lib


Ignore:
Timestamp:
Sep 23, 2016, 7:54:04 AM (8 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
Children:
b6230d8
Parents:
bd8a92d
Message:

python/ext/aubiomodule.c: remove extern

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/lib/gen_external.py

    rbd8a92d rd8faaf2  
    225225        sources_list.append(output_file)
    226226
    227     objlist = "".join(["extern PyTypeObject Py_%sType;\n" % p for p in lib])
     227    objlist = "".join(["PyTypeObject Py_%sType;\n" % p for p in lib])
    228228    out = """// generated list of objects created with gen_external.py
    229229
Note: See TracChangeset for help on using the changeset viewer.