Author: kjs
Date: Mon Oct 1 11:31:45 2007
New Revision: 21722
Modified:
trunk/languages/PIR/lib/pir.pg
Log:
lang/pir:
* remove whitespace in .pg file.
Modified: trunk/languages/PIR/lib/pir.pg
==============================================================================
--- trunk/languages/PIR/lib/pir.pg (original)
+++ trunk/languages/PIR/lib/pir.pg Mon Oct 1 11:31:45 2007
@@ -10,9 +10,9 @@
Some rules/tokens have names in capitals; these represent the C<pure> token.
Each such token has also a rule with the same name in lowercase, which does
reports a syntax error if the token was not read. For instance, <STRING_CONST>
-will match a string constant, but <string_constant> will report an error if
-there was no STRING_CONST token.
-
+will match a string constant, but <string_constant> will report an error if
+there was no STRING_CONST token.
+
=cut
@@ -399,9 +399,9 @@
}
rule non_method_invocation {
- [ <'.pcc_call'>
- | <'.nci_call'>
- ]
+ [ <'.pcc_call'>
+ | <'.nci_call'>
+ ]
[ <target> | <syntax_error: variable or register expected that holds the
sub object> ]
}