~rdoering/ubuntu/karmic/erlang/fix-535090

« back to all changes in this revision

Viewing changes to bootstrap/lib/stdlib/include/erl_bits.hrl

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2009-02-15 16:42:52 UTC
  • mfrom: (1.1.13 upstream)
  • mto: (3.3.1 squeeze)
  • mto: This revision was merged to the branch mainline in revision 17.
  • Revision ID: james.westby@ubuntu.com-20090215164252-dxpjjuq108nz4noa
Upload to unstable after lenny is released.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
%% Generic compiler options, passed from the erl_compile module.
21
21
 
22
22
-record(bittype, {
23
 
          type   :: 'integer' | 'float' | 'binary',
 
23
          type   :: 'integer' | 'float' | 'binary' | 'utf8' | 'utf16' | 'utf32',
24
24
          unit   :: 1..256,       %% element unit
25
25
          sign   :: 'signed' | 'unsigned',
26
26
          endian :: 'big' | 'little' | 'native'