[PVFS2-CVS] commit by slang in pvfs2/src/common/statecomp: codegen.c

CVS commit program cvs at parl.clemson.edu
Thu Aug 25 17:38:19 EDT 2005


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

Modified Files:
      Tag: slang-event-changes-branch
	codegen.c 
Log Message:
updates to my event changes to bring them inline with trunk


Index: codegen.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/common/statecomp/codegen.c,v
diff -p -u -r1.16.6.1 -r1.16.6.2
--- codegen.c	3 Jun 2005 15:19:04 -0000	1.16.6.1
+++ codegen.c	25 Aug 2005 20:38:19 -0000	1.16.6.2
@@ -25,7 +25,7 @@ void gen_init(void)
 
 void gen_state_decl(char *state_name)
 {
-    fprintf(out_file,"extern union PINT_state_array_values ST_%s[];\n", state_name);
+    fprintf(out_file,"static union PINT_state_array_values ST_%s[];\n", state_name);
 }
 
 void gen_machine(char *machine_name,



More information about the PVFS2-CVS mailing list