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

« back to all changes in this revision

Viewing changes to erts/emulator/beam/dist.h

  • Committer: Bazaar Package Importer
  • Author(s): Soren Hansen
  • Date: 2007-05-01 16:57:10 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20070501165710-2sapk0hp2gf3o0ip
Tags: 1:11.b.4-2ubuntu1
* Merge with Debian Unstable. Remaining changes:
  - Add -fno-stack-protector to fix broken crypto_drv.
* DebianMaintainerField update.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
#define DFLAG_NEW_FUN_TAGS        0x80
30
30
#define DFLAG_EXTENDED_PIDS_PORTS 0x100
31
31
#define DFLAG_EXPORT_PTR_TAG      0x200
 
32
#define DFLAG_BIT_BINARIES        0x400
 
33
#define DFLAG_NEW_FLOATS          0x800
32
34
 
33
35
/* All flags that should be enabled when term_to_binary/1 is used. */
34
36
#define TERM_TO_BINARY_DFLAGS (DFLAG_EXTENDED_REFERENCES        \
35
37
                               | DFLAG_NEW_FUN_TAGS             \
36
38
                               | DFLAG_EXTENDED_PIDS_PORTS      \
37
 
                               | DFLAG_EXPORT_PTR_TAG)
 
39
                               | DFLAG_EXPORT_PTR_TAG           \
 
40
                               | DFLAG_BIT_BINARIES)
38
41
 
39
42
/* opcodes used in distribution messages */
40
43
#define DOP_LINK                1