Author: allison
Date: Fri Nov  2 08:49:36 2007
New Revision: 22658

Modified:
   trunk/docs/pdds/draft/pdd19_pir.pod

Log:
[pdd] Applying text clarification patch from Klaas-Jan Stol.


Modified: trunk/docs/pdds/draft/pdd19_pir.pod
==============================================================================
--- trunk/docs/pdds/draft/pdd19_pir.pod (original)
+++ trunk/docs/pdds/draft/pdd19_pir.pod Fri Nov  2 08:49:36 2007
@@ -69,8 +69,9 @@
 
 A label declaration consists of a label name followed by a colon. A label name
 conforms to the standard requirements for identifiers. A label declaration may
-occur at the start of a statement, or stand alone on a line. A label
-declaration may not occur on the same line as a directive.
+occur at the start of a statement, or stand alone on a line, but always within
+a compilation unit. A label declaration may not occur on the same line as a
+directive.
 
 A reference to a label consists of only the label name, and is generally used
 as an argument to an instruction or directive.

Reply via email to