~ubuntu-branches/debian/squeeze/erlang/squeeze

« back to all changes in this revision

Viewing changes to lib/hipe/misc/hipe_consttab.hrl

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2009-02-15 16:42:52 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20090215164252-dxpjjuq108nz4noa
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:
1
1
%% -*- erlang-indent-level: 2 -*-
2
2
%%-----------------------------------------------------------------------------
3
3
 
4
 
-type(dict() :: tuple()).   % temporarily until the dict module is fixed
 
4
-type dict() :: tuple().   % temporarily until the dict module is fixed
5
5
 
6
 
-type(hipe_constlbl() :: non_neg_integer()).
7
 
-type(hipe_consttab() :: {dict(), [hipe_constlbl()], hipe_constlbl()}).
 
6
-type hipe_constlbl() :: non_neg_integer().
 
7
-type hipe_consttab() :: {dict(), [hipe_constlbl()], hipe_constlbl()}.
8
8
 
9
9
%%-----------------------------------------------------------------------------