Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-6]: src/crypto/dist/krb4/lib/krb Pull up revision 1.4 (requeste...



details:   https://anonhg.NetBSD.org/src/rev/0b8cfda2aa18
branches:  netbsd-1-6
changeset: 529836:0b8cfda2aa18
user:      tron <tron%NetBSD.org@localhost>
date:      Wed Jan 01 17:23:22 2003 +0000

description:
Pull up revision 1.4 (requested by kristerw in ticket #1052):
It is not valid C++ to have a semicolon after
   extern "C" {}
so remove it from __END_DECLS.
Noted by Andrew Pinski.

diffstat:

 crypto/dist/krb4/lib/krb/krb.h.in |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 556f163c0904 -r 0b8cfda2aa18 crypto/dist/krb4/lib/krb/krb.h.in
--- a/crypto/dist/krb4/lib/krb/krb.h.in Wed Jan 01 17:20:07 2003 +0000
+++ b/crypto/dist/krb4/lib/krb/krb.h.in Wed Jan 01 17:23:22 2003 +0000
@@ -1,6 +1,6 @@
 /* -*- C -*-
  *
- * $Id: krb.h.in,v 1.1.1.1 2001/09/17 12:09:54 assar Exp $
+ * $Id: krb.h.in,v 1.1.1.1.2.1 2003/01/01 17:23:22 tron Exp $
  *
  * Copyright 1987, 1988 by the Massachusetts Institute of Technology. 
  *
@@ -25,7 +25,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



Home | Main Index | Thread Index | Old Index