Remove extraneous ";" from C++'s version of __END_DECLS.

Found by:	TenDRA C++
This commit is contained in:
dt 1998-05-28 18:04:34 +00:00
parent 662010df33
commit b941f1227d

View File

@ -1,3 +1,4 @@
/*
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
@ -34,7 +35,7 @@
* SUCH DAMAGE.
*
* @(#)cdefs.h 8.8 (Berkeley) 1/9/95
* $Id: cdefs.h,v 1.14 1997/04/22 06:55:45 jdp Exp $
* $Id: cdefs.h,v 1.15 1997/12/13 20:39:14 pst Exp $
*/
#ifndef _SYS_CDEFS_H_
@ -42,7 +43,7 @@
#if defined(__cplusplus)
#define __BEGIN_DECLS extern "C" {
#define __END_DECLS };
#define __END_DECLS }
#else
#define __BEGIN_DECLS
#define __END_DECLS