summaryrefslogtreecommitdiff
path: root/n/avr/modules/proto
diff options
context:
space:
mode:
authorschodet2006-01-17 16:34:39 +0000
committerschodet2006-01-17 16:34:39 +0000
commit1e15fde47f958a7564c45e852bbb7e9b2c31a3ce (patch)
treeaa6267b6efc6be5a2fad2b2694369e2737589c37 /n/avr/modules/proto
parent1af640872ec439aa0cd5fec0a005979ccfcdadc2 (diff)
Support des commentaires dans les listings.
Diffstat (limited to 'n/avr/modules/proto')
-rwxr-xr-xn/avr/modules/proto/utils/protodec4
1 files changed, 4 insertions, 0 deletions
diff --git a/n/avr/modules/proto/utils/protodec b/n/avr/modules/proto/utils/protodec
index bc4c77e..014d119 100755
--- a/n/avr/modules/proto/utils/protodec
+++ b/n/avr/modules/proto/utils/protodec
@@ -100,4 +100,8 @@ while (<>)
my @args = /[a-f0-9]{2}/og;
prcmd \%cmd, $c, @args;
}
+ if (/^#.*$/o)
+ {
+ print "$_\n";
+ }
}