From 5507b361044db9036a96b42f991972c9d3ea0494 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Sun, 3 Dec 2006 21:50:21 +0000 Subject: 2006-12-03 Thomas Schwinge [patch #5019 --- ``Remove checks for continuations''] * DEVELOPMENT: Document the removal. * i386/configfrag.ac (CONTINUATIONS): Don't define. 2006-12-03 Leonardo Lopes Pereira [patch #5019 --- ``Remove checks for continuations''] * ipc/mach_msg.c: Adopt all users of CONTINUATIONS as if it were always defined. * kern/eventcount.c: Likewise. * kern/ipc_sched.c: Likewise. * kern/syscall_subr.c: Likewise. * vm/vm_fault.c: Likewise. * vm/vm_pageout.c: Likewise. * vm/vm_resident.c: Likewise. --- i386/configfrag.ac | 1 - 1 file changed, 1 deletion(-) (limited to 'i386') diff --git a/i386/configfrag.ac b/i386/configfrag.ac index a6c0d7a..d32f2b8 100644 --- a/i386/configfrag.ac +++ b/i386/configfrag.ac @@ -18,7 +18,6 @@ dnl USE OF THIS SOFTWARE. # # Some of the i386-specific code checks for these. -AC_DEFINE([CONTINUATIONS], [1], [CONTINUATIONS]) AC_DEFINE([__ELF__], [1], [__ELF__]) AC_DEFINE([i386], [1], [i386]) -- cgit v1.2.3