From: Ezra Peisach Date: Mon, 11 Sep 1995 19:33:00 +0000 (+0000) Subject: Convert C+ comment to older 'standard' C style comment X-Git-Tag: krb5-1.0-beta6~1111 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1cdfd6a961b4b225496146216bc3837a8de5987c;p=krb5.git Convert C+ comment to older 'standard' C style comment git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6751 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/util/profile/ChangeLog b/src/util/profile/ChangeLog index bf68985a3..6602bb14d 100644 --- a/src/util/profile/ChangeLog +++ b/src/util/profile/ChangeLog @@ -1,3 +1,7 @@ +Mon Sep 11 15:30:52 1995 Ezra Peisach + + * prof_parse.c (dump_profile_to_file): Convert C+ comment to + standard C one. Tue Aug 29 14:23:16 EDT 1995 Paul Park (pjpark@mit.edu) * configure.in - Add checks for size of short, int and long. diff --git a/src/util/profile/prof_parse.c b/src/util/profile/prof_parse.c index 6927321d0..121b51ddf 100644 --- a/src/util/profile/prof_parse.c +++ b/src/util/profile/prof_parse.c @@ -280,7 +280,7 @@ void dump_profile_to_file(root, level, dstfile) } else /* +xxx+ */ { - // don't know what comes next, this should get someones attention + /* don't know what comes next, this should get someones attention */ fprintf(dstfile, "+%s+"); } } while (iter != 0);