From 0e6e720bd3ef0ca2ec2ad73f9bb3006e2a31e1f3 Mon Sep 17 00:00:00 2001 From: John Kohl Date: Mon, 26 Mar 1990 14:50:43 +0000 Subject: remove leading __ on #define blockers replace <<>> with real thing git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@418 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/krb5/asn.1/asn1defs.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/include') diff --git a/src/include/krb5/asn.1/asn1defs.h b/src/include/krb5/asn.1/asn1defs.h index f372dccf0..70cb34661 100644 --- a/src/include/krb5/asn.1/asn1defs.h +++ b/src/include/krb5/asn.1/asn1defs.h @@ -8,13 +8,13 @@ * For copying and distribution information, please see the file * . * - * <<< Description >>> + * Function prototypes for asn1 glue routines. */ #include -#ifndef __KRB5_ASN1DEFS__ -#define __KRB5_ASN1DEFS__ +#ifndef KRB5_ASN1DEFS__ +#define KRB5_ASN1DEFS__ /* asn1glue.c */ struct type_UNIV_UTCTime *unix2utctime @@ -176,4 +176,4 @@ krb5_priv_enc_part *KRB5_EncKrbPrivPart2krb5_priv_enc_part PROTOTYPE((struct type_KRB5_EncKrbPrivPart *, int * )); -#endif /* __KRB5_ASN1DEFS__ */ +#endif /* KRB5_ASN1DEFS__ */ -- cgit