2017-06-14 11:06:57 +00:00
|
|
|
! Fix boo#983823
|
|
|
|
|
|
|
|
---
|
|
|
|
texmf-dist/scripts/latexpand/latexpand | 2 ++
|
|
|
|
1 file changed, 2 insertions(+)
|
|
|
|
|
|
|
|
--- texmf-dist/scripts/latexpand/latexpand
|
|
|
|
+++ texmf-dist/scripts/latexpand/latexpand 2017-06-13 14:06:39.461591189 +0000
|
2023-03-27 09:45:59 +00:00
|
|
|
@@ -192,6 +192,7 @@ sub process_file
|
2017-06-14 11:06:57 +00:00
|
|
|
return $in_comment;
|
|
|
|
}
|
|
|
|
|
|
|
|
+no warnings;
|
|
|
|
sub process_line
|
|
|
|
{
|
2018-05-03 11:18:39 +00:00
|
|
|
my ($line, $prefix, $commented_newline, $file) = @_;
|
2023-03-27 09:45:59 +00:00
|
|
|
@@ -494,6 +495,7 @@ sub process_line
|
2017-06-14 11:06:57 +00:00
|
|
|
}
|
|
|
|
print;
|
|
|
|
}
|
|
|
|
+use warnings;
|
|
|
|
|
2020-05-04 15:32:24 +00:00
|
|
|
sub unquote
|
|
|
|
{
|