Convert C+ comment to older 'standard' C style comment
authorEzra Peisach <epeisach@mit.edu>
Mon, 11 Sep 1995 19:33:00 +0000 (19:33 +0000)
committerEzra Peisach <epeisach@mit.edu>
Mon, 11 Sep 1995 19:33:00 +0000 (19:33 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6751 dc483132-0cff-0310-8789-dd5450dbe970

src/util/profile/ChangeLog
src/util/profile/prof_parse.c

index bf68985a3d07762bf526a56a46595b8d98a7e735..6602bb14dd44702d939c48039d44fdd18a8eb821 100644 (file)
@@ -1,3 +1,7 @@
+Mon Sep 11 15:30:52 1995  Ezra Peisach  <epeisach@kangaroo.mit.edu>
+
+       * 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.
index 6927321d09d5b0f243d0f1a5a7e20a7f61a4e9e9..121b51ddf56387de73fdbe7ad77f2dcb0f2121f9 100644 (file)
@@ -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);