Update of /cvsroot/plib/plib/doc/psl
In directory usw-pr-cvs1:/tmp/cvs-serv20971/plib/doc/psl
Modified Files:
prog_guide.html
Log Message:
Fixed a couple of errors.
Index: prog_guide.html
===================================================================
RCS file: /cvsroot/plib/plib/doc/psl/prog_guide.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- prog_guide.html 14 Sep 2002 04:45:54 -0000 1.6
+++ prog_guide.html 14 Sep 2002 04:59:32 -0000 1.7
@@ -107,7 +107,7 @@
<li> Casts.
<li> Dynamic Memory Allocation.
<li> ',' and '?:' operators in expressions.
- <li> "static", "automatic".
+ <li> "static", "auto" and "register" storage class reserved words.
<li> "char", "short", "unsigned", "signed", "long", "double".
<li> "typedef"
<li> "enum", "union", bitfields.
|