remove leading __ on #define blockers
authorJohn Kohl <jtkohl@mit.edu>
Mon, 26 Mar 1990 14:50:43 +0000 (14:50 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Mon, 26 Mar 1990 14:50:43 +0000 (14:50 +0000)
replace <<<desc>>> 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

index f372dccf0e5dd7cff3fc3d1eb169409742ccda94..70cb34661db47981f91b287a04107f6faaff582d 100644 (file)
@@ -8,13 +8,13 @@
  * For copying and distribution information, please see the file
  * <krb5/mit-copyright.h>.
  *
- * <<< Description >>>
+ * Function prototypes for asn1 glue routines.
  */
 
 #include <krb5/copyright.h>
 
-#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__ */