New Flags code

This commit is contained in:
Vítor Santos Costa
2015-06-18 07:55:07 +01:00
parent 8fc4dc2219
commit 60861649a0
5 changed files with 25 additions and 19 deletions

View File

@@ -1873,11 +1873,11 @@ static void InitSignals(void);
#define SIG_PROLOG_OFFSET 32 /* Start of Prolog signals */
#define SIG_EXCEPTION (SIG_PROLOG_OFFSET+0)
#ifdef O_ATOMGC
#ifdef ATOMGC
#define SIG_ATOM_GC (SIG_PROLOG_OFFSET+1)
#endif
#define SIG_GC (SIG_PROLOG_OFFSET+2)
#ifdef O_PLMT
#ifdef THREADS
#define SIG_THREAD_SIGNAL (SIG_PROLOG_OFFSET+3)
#endif
#define SIG_FREECLAUSES (SIG_PROLOG_OFFSET+4)