Author: kjs
Date: Wed Dec 19 09:40:15 2007
New Revision: 24075
Modified:
trunk/docs/pdds/draft/pdd06_pasm.pod
Log:
[pdd06] change .constant into .macro_const
Modified: trunk/docs/pdds/draft/pdd06_pasm.pod
==============================================================================
--- trunk/docs/pdds/draft/pdd06_pasm.pod (original)
+++ trunk/docs/pdds/draft/pdd06_pasm.pod Wed Dec 19 09:40:15 2007
@@ -94,7 +94,7 @@
single parameter, the name of the namespace, in the form of a
multi-dimensional key.
-Constants can be declared with the C<.constant> directive. It takes two
+Constants can be declared with the C<.macro_const> directive. It takes two
parameters: the name of the constant and the value.
Subroutine names are noted with the C<.pcc_sub> directive. It takes a
@@ -136,7 +136,7 @@
identifier ":"
constant_directive:
- ".constant" identifier literal
+ ".macro_const" identifier literal
namespace_directive:
".namespace" "[" multi_dimensional_key "]"