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] | |
But I didn't. It already was static, since the earlier on in the file we have the prototype:
static void finish_command_continuation (struct continuation_arg *);
I should have mentioned it in the ChangeLog.
void
func (args)
{
..
} static void func PARAMS ((type arg, ...));
... big big gap ...
void
func (arg)
type arg;
{
}enjoy, Andrew
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |