[Plib-cvs] plib/examples/src/psl/data test.psl,1.2,1.3
Brought to you by:
sjbaker
From: Steve B. <sj...@us...> - 2002-09-05 15:30:38
|
Update of /cvsroot/plib/plib/examples/src/psl/data In directory usw-pr-cvs1:/tmp/cvs-serv14996/plib/examples/src/psl/data Modified Files: test.psl Log Message: Added global variable declarations. Index: test.psl =================================================================== RCS file: /cvsroot/plib/plib/examples/src/psl/data/test.psl,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- test.psl 5 Sep 2002 14:58:56 -0000 1.2 +++ test.psl 5 Sep 2002 15:30:35 -0000 1.3 @@ -4,6 +4,8 @@ hello () ; } +float x ; + void main () { x = 0 ; |