From: Kevin Mitchell Date: Mon, 31 Mar 1997 21:27:56 +0000 (+0000) Subject: it's 'extern "C"' not '#extern "C"' X-Git-Tag: krb5-1.1-beta1~1159 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e143fdb00e5ca7d9b32dd95ebd38408861213210;p=krb5.git it's 'extern "C"' not '#extern "C"' git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10039 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/include/krb5.hin b/src/include/krb5.hin index 75acc73d6..bd25f1662 100644 --- a/src/include/krb5.hin +++ b/src/include/krb5.hin @@ -341,7 +341,7 @@ typedef struct _krb5_enc_data { #endif #ifdef __cplusplus -#extern "C" { +extern "C" { #endif /* @@ -1085,7 +1085,7 @@ typedef struct _krb5_rc_ops { } krb5_rc_ops; #ifdef __cplusplus -#extern "C" { +extern "C" { #endif krb5_error_code krb5_rc_default @@ -1231,7 +1231,7 @@ extern krb5_kt_ops krb5_kt_dfl_ops; */ #ifdef __cplusplus -#extern "C" { +extern "C" { #endif KRB5_DLLIMP krb5_error_code KRB5_CALLCONV krb5_init_context diff --git a/src/util/et/com_err.h b/src/util/et/com_err.h index 26c673b6f..70d987ecf 100644 --- a/src/util/et/com_err.h +++ b/src/util/et/com_err.h @@ -69,7 +69,7 @@ struct error_table { }; #ifdef __cplusplus -#extern "C" { +extern "C" { #endif KRB5_DLLIMP extern void KRB5_CALLCONV_C com_err