[svn:parrot] r37192 - in trunk/compilers/tge: . TGE

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Sun Mar 8 02:37:36 UTC 2009


Author: jkeenan
Date: Sun Mar  8 02:37:35 2009
New Revision: 37192
URL: https://trac.parrot.org/parrot/changeset/37192

Log:
Delete 3 superfluous '=cut' POD directives.

Modified:
   trunk/compilers/tge/TGE.pir
   trunk/compilers/tge/TGE/Grammar.pir
   trunk/compilers/tge/TGE/Tree.pir

Modified: trunk/compilers/tge/TGE.pir
==============================================================================
--- trunk/compilers/tge/TGE.pir	Sun Mar  8 02:37:10 2009	(r37191)
+++ trunk/compilers/tge/TGE.pir	Sun Mar  8 02:37:35 2009	(r37192)
@@ -112,8 +112,6 @@
 .end
 
 
-=cut
-
 # Local Variables:
 #   mode: pir
 #   fill-column: 100

Modified: trunk/compilers/tge/TGE/Grammar.pir
==============================================================================
--- trunk/compilers/tge/TGE/Grammar.pir	Sun Mar  8 02:37:10 2009	(r37191)
+++ trunk/compilers/tge/TGE/Grammar.pir	Sun Mar  8 02:37:35 2009	(r37192)
@@ -167,8 +167,6 @@
     print "\t}\n"
 .end
 
-=cut
-
 # Local Variables:
 #   mode: pir
 #   fill-column: 100

Modified: trunk/compilers/tge/TGE/Tree.pir
==============================================================================
--- trunk/compilers/tge/TGE/Tree.pir	Sun Mar  8 02:37:10 2009	(r37191)
+++ trunk/compilers/tge/TGE/Tree.pir	Sun Mar  8 02:37:35 2009	(r37192)
@@ -281,9 +281,6 @@
     .return (id)
 .end
 
-
-=cut
-
 # Local Variables:
 #   mode: pir
 #   fill-column: 100


More information about the parrot-commits mailing list