~davidagraf/zorba/trace_without_debug_info

« back to all changes in this revision

Viewing changes to src/functions/external_function.cpp

  • Committer: David Graf
  • Date: 2012-06-27 07:20:59 UTC
  • mfrom: (10869.1.25 zorba)
  • Revision ID: davidagraf@gmail.com-20120627072059-723duu6vsbqu60ax
merged trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
    static_context* modSctx,
41
41
    const zstring& ns,
42
42
    const signature& sig,
43
 
    short scriptingType,
 
43
    unsigned short scriptingType,
44
44
    ExternalFunction* impl) 
45
45
  :
46
46
  function(sig, FunctionConsts::FN_UNKNOWN),