Search
lxdream.org :: lxdream/src/tools/actparse.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/tools/actparse.c
changeset 420:e6f43dec3cf0
prev359:c588dce7ebde
next561:533f6b478071
author nkeynes
date Sat Oct 06 08:48:47 2007 +0000 (16 years ago)
permissions -rw-r--r--
last change Fix compile warnings
file annotate diff log raw
1.1 --- a/src/tools/actparse.c Thu Aug 23 12:33:27 2007 +0000
1.2 +++ b/src/tools/actparse.c Sat Oct 06 08:48:47 2007 +0000
1.3 @@ -8,7 +8,7 @@
1.4
1.5 static int yyline;
1.6
1.7 -struct rule *new_action() {
1.8 +struct action *new_action() {
1.9 struct action *action = malloc( sizeof( struct action ) );
1.10 memset( action, 0, sizeof( struct action ) );
1.11 return action;
.