From 1e15fde47f958a7564c45e852bbb7e9b2c31a3ce Mon Sep 17 00:00:00 2001 From: schodet Date: Tue, 17 Jan 2006 16:34:39 +0000 Subject: Support des commentaires dans les listings. --- n/avr/modules/proto/utils/protodec | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'n/avr/modules') 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"; + } } -- cgit v1.2.3