Ignore:
Timestamp:
Mar 12, 2014, 2:02:47 AM (11 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:
46b00690
Parents:
db21ca4
Message:

waf, waflib: update to 1.7.15

File:
1 edited

Legend:

Unmodified
Added
Removed
  • waflib/Tools/c_preproc.py

    rdb21ca4 r1a31baf  
    247247                                                        break
    248248                                                elif v2==',':
    249                                                         if not one_param:raise PreprocError("empty param in funcall %s"%p)
     249                                                        if not one_param:raise PreprocError("empty param in funcall %s"%v)
    250250                                                        args.append(one_param)
    251251                                                        one_param=[]
     
    363363        else:
    364364                (p,v)=t[0]
    365                 return(v,[[],t[1:]])
     365                if len(t)>1:
     366                        return(v,[[],t[1:]])
     367                else:
     368                        return(v,[[],[('T','')]])
    366369re_include=re.compile('^\s*(<(?P<a>.*)>|"(?P<b>.*)")')
    367370def extract_include(txt,defs):
Note: See TracChangeset for help on using the changeset viewer.