[PVFS2-CVS] commit by pcarns in pvfs2/src/common/statecomp: parser.y

CVS commit program cvs at parl.clemson.edu
Tue Jul 13 14:39:10 EDT 2004


Update of /projects/cvsroot/pvfs2/src/common/statecomp
In directory parlweb:/tmp/cvs-serv23828/src/common/statecomp

Modified Files:
	parser.y 
Log Message:
whoops; fixed bug in parser that I added, pointed out by robl.  I dunno why my
version of bison let it slide :)


Index: parser.y
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/common/statecomp/parser.y,v
diff -p -u -r1.22 -r1.23
--- parser.y	13 Jul 2004 13:40:09 -0000	1.22
+++ parser.y	13 Jul 2004 17:39:10 -0000	1.23
@@ -72,7 +72,7 @@ void yyerror(char *);
 
 %type <s> state_decl_list .state_decl_list. state_decl
 	  state_def state_def_list .state_def_list.
-	  transition transition_list state_machine target 
+	  transition transition_list state_machine target state_machine_list
 
 %start state_machine_list
 



More information about the PVFS2-CVS mailing list