Changeset b6230d8 for python/lib


Ignore:
Timestamp:
Sep 23, 2016, 8:01:34 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:
333a5bb
Parents:
d8faaf2
Message:

python/ext/aubiomodule.c: undo last commit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/lib/gen_external.py

    rd8faaf2 rb6230d8  
    225225        sources_list.append(output_file)
    226226
    227     objlist = "".join(["PyTypeObject Py_%sType;\n" % p for p in lib])
     227    objlist = "".join(["extern 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.