From: Taylor R. Campbell Date: Mon, 16 Feb 2009 15:18:11 +0000 (+0000) Subject: Eliminate spurious semicolon in EXIT_CRITICAL_SECTION. X-Git-Tag: 20090517-FFI~71 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=2657187580c2400fdd392dc3d14101118861ea47;p=mit-scheme.git Eliminate spurious semicolon in EXIT_CRITICAL_SECTION. --- diff --git a/v7/src/microcode/critsec.h b/v7/src/microcode/critsec.h index 546125052..2a65cdb22 100644 --- a/v7/src/microcode/critsec.h +++ b/v7/src/microcode/critsec.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: critsec.h,v 1.10 2008/01/30 20:02:11 cph Exp $ +$Id: critsec.h,v 1.11 2009/02/16 15:18:11 riastradh Exp $ Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, @@ -58,7 +58,7 @@ extern void (*critical_section_hook) (const char *); } \ else \ critical_section_name = 0; \ -} while (0); +} while (0) #define SET_CRITICAL_SECTION_HOOK(hook) do \ { \