Project

General

Profile

Feature #2437 » 0005-lemon-Use-void-as-generic-pointer-instead-of-char.patch

KiBi, 2012-08-15 21:39

View differences:

src/lemon.c
struct action **app;
enum e_action type;
struct symbol *sp;
char *arg;
void *arg;
{
struct action *new;
new = Action_new();
(5-5/6)