~ubuntu-branches/ubuntu/oneiric/haxe/oneiric

« back to all changes in this revision

Viewing changes to haxe/std/IntHash.hx

  • Committer: Bazaar Package Importer
  • Author(s): Jens Peter Secher
  • Date: 2010-01-31 23:08:43 UTC
  • mfrom: (5.2.4 sid)
  • Revision ID: james.westby@ubuntu.com-20100131230843-1cxte2x20ypk9c25
Tags: 1:2.5-1
New upstream version, taken from new upstream subversion repository.

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
                #elseif php
51
51
                h = untyped __call__('array');
52
52
                #elseif cpp
53
 
                h = untyped __global__.CreateIntHash();
 
53
                h = untyped __global__.__int_hash_create();
54
54
                #end
55
55
        }
56
56