All comments with the original comment character have already
been stripped out.
---
gas-preprocessor.pl | 4 ----
1 file changed, 4 deletions(-)
diff --git a/gas-preprocessor.pl b/gas-preprocessor.pl
index 957a774..10c7203 100755
--- a/gas-preprocessor.pl
+++ b/gas-preprocessor.pl
@@ -243,10 +243,6 @@ while (<ASMFILE>) {
# syntax, but since the line numbers are off they are only misleading.
s/^#\s+(\d+).*// if $as_type =~ /armasm/;
- # armasm uses a different comment character. We don't want to change
- # $comm originally since that matches what the input source uses.
- s/$comm/;/ if $as_type =~ /armasm/;
-
parse_line($_);
}
--
1.8.5.2 (Apple Git-48)
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel