From 923bcbdc51601429bbdcf07c1cffea84f2606d52 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Fri, 29 Aug 1997 01:08:34 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3269 ec53bebd-3082-4978-b11e-865c3cabbd6b --- cf/make-proto.pl | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/cf/make-proto.pl b/cf/make-proto.pl index 3511e6285..5a0014549 100644 --- a/cf/make-proto.pl +++ b/cf/make-proto.pl @@ -66,11 +66,10 @@ while(<>) { } } -print "/* This is a generated file */\n\n"; -print "#ifndef __krb5_protos_h__\n"; -print "#define __krb5_protos_h__\n\n"; +print '/* This is a generated file */ +#ifndef __krb5_protos_h__ +#define __krb5_protos_h__ -print ' #ifdef __STDC__ #include #ifndef __P