From 1cdfd6a961b4b225496146216bc3837a8de5987c Mon Sep 17 00:00:00 2001 From: Ezra Peisach Date: Mon, 11 Sep 1995 19:33:00 +0000 Subject: [PATCH] Convert C+ comment to older 'standard' C style comment git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6751 dc483132-0cff-0310-8789-dd5450dbe970 --- src/util/profile/ChangeLog | 4 ++++ src/util/profile/prof_parse.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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); -- 2.26.2