Update of /cvsroot/plib/plib/examples/src/psl/data
In directory usw-pr-cvs1:/tmp/cvs-serv18890/plib/examples/src/psl/data
Modified Files:
test.psl
Log Message:
Change filename to be more meaningful.
Index: test.psl
===================================================================
RCS file: /cvsroot/plib/plib/examples/src/psl/data/test.psl,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- test.psl 5 Sep 2002 15:30:35 -0000 1.3
+++ test.psl 5 Sep 2002 15:40:27 -0000 1.4
@@ -4,7 +4,7 @@
hello () ;
}
-float x ;
+float x = 123.456 ;
void main ()
{
|