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:
parent
0bdb52527a
commit
50526e4837
4
crypto/dist/krb4/lib/krb/krb.h.in
vendored
4
crypto/dist/krb4/lib/krb/krb.h.in
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user