Feature #2437 » 0005-lemon-Use-void-as-generic-pointer-instead-of-char.patch
src/lemon.c | ||
---|---|---|
struct action **app;
|
||
enum e_action type;
|
||
struct symbol *sp;
|
||
char *arg;
|
||
void *arg;
|
||
{
|
||
struct action *new;
|
||
new = Action_new();
|