It is not valid C++ to have a semicolon after

extern "C" {}
so remove it from __END_DECLS.

Noted by Andrew Pinski.
This commit is contained in:
kristerw 2002-12-31 02:13:20 +00:00
parent 0bdb52527a
commit 50526e4837
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
/* -*- C -*-
*
* $Id: krb.h.in,v 1.3 2002/09/12 12:33:15 joda Exp $
* $Id: krb.h.in,v 1.4 2002/12/31 02:13:20 kristerw Exp $
*
* Copyright 1987, 1988 by the Massachusetts Institute of Technology.
*
@ -26,7 +26,7 @@
#ifndef __BEGIN_DECLS
#if defined(__cplusplus)
#define __BEGIN_DECLS extern "C" {
#define __END_DECLS };
#define __END_DECLS }
#else
#define __BEGIN_DECLS
#define __END_DECLS