Author: kjs
Date: Sun Dec 30 05:41:24 2007
New Revision: 24300

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

Log:
[pdd19] remove .emit and .eom from pdd19; the tokens are no longer allowed by 
imcc. the parser-generated symbol EMIT is still there, as it is used to force 
the parser in PASM mode (for .pasm files).

Modified: trunk/docs/pdds/draft/pdd19_pir.pod
==============================================================================
--- trunk/docs/pdds/draft/pdd19_pir.pod (original)
+++ trunk/docs/pdds/draft/pdd19_pir.pod Sun Dec 30 05:41:24 2007
@@ -345,20 +345,6 @@
 
 End a compilation unit. Always paired with C<.sub>.
 
-=item .emit
-
-Define a compilation unit containing PASM code (only opcodes and a limited
-subset of directives). Always paired with C<.eom>.
-
-{{ DEPRECATED. See RT#47846 }}
-
-=item .eom
-
-End a compilation unit containing PASM code. Always paired with
-C<.emit>.
-
-{{ DEPRECATED. See RT#47846 }}
-
 =item #line <integer> <string>
 
 Set the line number and filename to the value specified. This is useful in

Reply via email to