Messages in this thread |  | | Date | Sat, 6 Oct 2018 11:15:10 -0400 | From | Steven Rostedt <> | Subject | Re: [POC][RFC][PATCH 1/2] jump_function: Addition of new feature "jump_function" |
| |
On Fri, 5 Oct 2018 22:03:51 -0400 Steven Rostedt <rostedt@goodmis.org> wrote:
> On Fri, 05 Oct 2018 21:51:11 -0400 > Steven Rostedt <rostedt@goodmis.org> wrote: > > > +#ifndef PARAMS > > +#define PARAMS(x...) x > > +#endif > > + > > +#ifndef ARGS > > +#define ARGS(x...) x > > +#endif > > + > > This is also leftover from the first attempt and can be nuked. >
I take this back. It is still needed.
-- Steve
|  |