Author: sparky
Date: Thu Mar 16 17:53:12 2006
New Revision: 7197
Modified:
ppcrcd/trunk/doc/gendoc.pl
Log:
- white space after #@ is mandatory
Modified: ppcrcd/trunk/doc/gendoc.pl
==============================================================================
--- ppcrcd/trunk/doc/gendoc.pl (original)
+++ ppcrcd/trunk/doc/gendoc.pl Thu Mar 16 17:53:12 2006
@@ -20,7 +20,7 @@
my $varname = $2;
$hash->{$varname} .= $_;
while ( <F_IN> ) {
- if ( s/^\s*?#@// ) {
+ if ( s/^\s*?#@(\s)/$1/ ) {
s/^ +// or s/^ +//;
$hash->{$varname} .= $_;
} else {
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit