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

« back to all changes in this revision

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

  • 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:
142
142
 * Internal pseudo-error codes.
143
143
 */
144
144
#define TRAP            (1 << 8)        /* BIF Trap to erlang code */
145
 
#define RESCHEDULE      (2 << 8)        /* BIF must be rescheduled */
146
145
 
147
146
/*
148
147
 * Aliases for some common exit codes.