From: John Kohl Date: Fri, 30 Mar 1990 14:16:52 +0000 (+0000) Subject: no leading __ on include blockers X-Git-Tag: krb5-1.0-alpha2~955 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d3c064c44102003159a8c2486cf6b6e9bb638fa0;p=krb5.git no leading __ on include blockers git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@433 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/prototype/prototype.h b/src/prototype/prototype.h index 9b26ba199..ee0954e79 100644 --- a/src/prototype/prototype.h +++ b/src/prototype/prototype.h @@ -13,7 +13,7 @@ #include -#ifndef __<<< include blocker>>>__ -#define __<<< include blocker>>>__ +#ifndef <<< include blocker>>>__ +#define <<< include blocker>>>__ #endif /* __<<< include blocker>>>__ */