[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: * tp/Texinfo/Common.pm (%parser_options): remove
From: |
Patrice Dumas |
Subject: |
branch master updated: * tp/Texinfo/Common.pm (%parser_options): remove 'restricted' as it is an internal parser option. |
Date: |
Sat, 06 Apr 2024 04:52:17 -0400 |
This is an automated email from the git hooks/post-receive script.
pertusus pushed a commit to branch master
in repository texinfo.
The following commit(s) were added to refs/heads/master by this push:
new 43b0428310 * tp/Texinfo/Common.pm (%parser_options): remove
'restricted' as it is an internal parser option.
43b0428310 is described below
commit 43b042831044ea9c0f21140eea8e767059e4d7f4
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Sat Apr 6 10:52:08 2024 +0200
* tp/Texinfo/Common.pm (%parser_options): remove 'restricted' as it is
an internal parser option.
---
ChangeLog | 5 +++++
tp/Texinfo/Common.pm | 1 -
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index 4eef4f26fa..caf6ae6313 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-04-06 Patrice Dumas <pertusus@free.fr>
+
+ * tp/Texinfo/Common.pm (%parser_options): remove 'restricted' as it is
+ an internal parser option.
+
2024-04-05 Gavin Smith <gavinsmith0123@gmail.com>
* tp/Texinfo/XS/parsetexi/Parsetexi.pm (_get_parser_info):
diff --git a/tp/Texinfo/Common.pm b/tp/Texinfo/Common.pm
index 0e215defae..9cf589d937 100644
--- a/tp/Texinfo/Common.pm
+++ b/tp/Texinfo/Common.pm
@@ -205,7 +205,6 @@ my %parser_options = (
'IGNORE_SPACE_AFTER_BRACED_COMMAND_NAME' => 1,
'CPP_LINE_DIRECTIVES' => 1, # handle cpp like synchronization lines
'MAX_MACRO_CALL_NESTING' => 100000, # max number of nested macro calls
- 'restricted' => 0, # used in translations to disable some commands
);
# this serves both to set defaults and list customization variable
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: * tp/Texinfo/Common.pm (%parser_options): remove 'restricted' as it is an internal parser option.,
Patrice Dumas <=