This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFA] ada-tasks.c: k&r defn cleanup


Ok, I'm asking for approval for this patch because I'm a wuss and I'd
like to make sure that what I'm doing for this is correct. This patch
changes all the k&r function definitions in ada-tasks.c to use the
prototyped form, and makes grep ^func work.
Yes!

If this is ok, I'll commit this and then make similar changes to
ada-lang.c, ada-typeprint.c and ada-valprint.c and commit them as
obvious over the next few days.
Just a style tweak to get the hang of ...

Index: ChangeLog
===================================================================
RCS file: /cvs/src/src/gdb/ChangeLog,v
retrieving revision 1.2905
diff -u -r1.2905 ChangeLog
--- ChangeLog   13 Jul 2002 12:25:16 -0000      1.2905
+++ ChangeLog   14 Jul 2002 12:12:33 -0000
@@ -1,3 +1,8 @@
+2002-07-14  Aidan Skinner <aidan@velvet.net>
+
+       * ada-tasks.c: change k&r style function definitions to prototyped
+       form.
Edit-case ``change''. It should be a sentence, leading capital, trailing period.

enjoy,
Andrew


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]