Send commitlog mailing list submissions to
commitlog@lists.openmoko.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.openmoko.org/mailman/listinfo/commitlog
or, via email, send a message with subject or body 'help' to
commitlog-requ...@lists.openmoko.org
You can reach the person managing the list at
commitlog-ow...@lists.openmoko.org
When replying, please edit your Subject line so it is more specific
than "Re: Contents of commitlog digest..."
Today's Topics:
1. r5886 - trunk/eda/boom (wer...@docs.openmoko.org)
--- Begin Message ---
Author: werner
Date: 2010-04-03 06:37:44 +0200 (Sat, 03 Apr 2010)
New Revision: 5886
Modified:
trunk/eda/boom/parser.pl
Log:
- boom/parser.pl: added file-type-like construct #END to skip remaining content
of a file
Modified: trunk/eda/boom/parser.pl
===================================================================
--- trunk/eda/boom/parser.pl 2010-04-02 09:01:44 UTC (rev 5885)
+++ trunk/eda/boom/parser.pl 2010-04-03 04:37:44 UTC (rev 5886)
@@ -403,6 +403,10 @@
$mode = *dsc;
next;
}
+ if (/^#END\b\(/) { # for commenting things out
+ $mode = *skip;
+ next;
+ }
if (!$raw) {
s/#.*//;
next if /^\s*$/;
--- End Message ---
_______________________________________________
commitlog mailing list
commitlog@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/commitlog