~ubuntu-branches/ubuntu/karmic/erlang/karmic-security

« back to all changes in this revision

Viewing changes to lib/hipe/util/hipe_vectors.hrl

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2009-02-15 16:42:52 UTC
  • mfrom: (3.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090215164252-q5x4rcf8a5pbesb1
Tags: 1:12.b.5-dfsg-2
Upload to unstable after lenny is released.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
-define(USE_GBTREES, true).
3
3
 
4
4
-ifdef(USE_TUPLES).
5
 
-type(hipe_vector() :: tuple()).
 
5
-type hipe_vector() :: tuple().
6
6
-endif.
7
7
 
8
8
-ifdef(USE_GBTREES).
9
 
-type(gb_tree()     :: tuple()).  % XXX: Temporarily
10
 
-type(hipe_vector() :: gb_tree()).
 
9
-type gb_tree()     :: tuple().  % XXX: Temporarily
 
10
-type hipe_vector() :: gb_tree().
11
11
-endif.