~zorba-coders/zorba/bug1123835

« back to all changes in this revision

Viewing changes to src/functions/pregenerated/func_qnames.cpp

  • Committer: sorin.marian.nasoi
  • Date: 2013-08-13 09:07:33 UTC
  • mfrom: (11278.1.318 lp_zorba)
  • Revision ID: spungi@gmail.com-20130813090733-vjl1znp7np45y12z
- merge lp:zorba trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
143
143
 
144
144
      {
145
145
    DECL_WITH_KIND(sctx, op_QName_equal,
146
 
        (createQName("http://www.zorba-xquery.com/internal/xquery-ops","","QName-equal"), 
 
146
        (createQName("http://zorba.io/internal/xquery-ops","","QName-equal"), 
147
147
        GENV_TYPESYSTEM.QNAME_TYPE_ONE, 
148
148
        GENV_TYPESYSTEM.QNAME_TYPE_ONE, 
149
149
        GENV_TYPESYSTEM.BOOLEAN_TYPE_ONE),