texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[8071] update diff-for-test-parsetexi.diff


From: gavinsmith0123
Subject: [8071] update diff-for-test-parsetexi.diff
Date: Wed, 15 Aug 2018 09:00:09 -0400 (EDT)

Revision: 8071
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=8071
Author:   gavin
Date:     2018-08-15 09:00:08 -0400 (Wed, 15 Aug 2018)
Log Message:
-----------
update diff-for-test-parsetexi.diff

Modified Paths:
--------------
    trunk/tp/diff-for-test-parsetexi.diff

Modified: trunk/tp/diff-for-test-parsetexi.diff
===================================================================
--- trunk/tp/diff-for-test-parsetexi.diff       2018-08-15 12:48:47 UTC (rev 
8070)
+++ trunk/tp/diff-for-test-parsetexi.diff       2018-08-15 13:00:08 UTC (rev 
8071)
@@ -1,8 +1,8 @@
 Index: Texinfo/ModulePath.pm.in
 ===================================================================
---- Texinfo/ModulePath.pm.in   (revision 8063)
+--- Texinfo/ModulePath.pm.in   (revision 8068)
 +++ Texinfo/ModulePath.pm.in   (working copy)
-@@ -73,6 +73,7 @@
+@@ -68,6 +68,7 @@
      if ('@USE_EXTERNAL_UNIDECODE@' ne 'yes') {
        unshift @INC, (File::Spec->catdir($lib_dir, 'lib', 'Text-Unidecode', 
'lib'));
      }
@@ -26,32 +26,3 @@
  package Texinfo::Parser;
  
  # We need the unicode stuff.
-Index: texi2any.pl
-===================================================================
---- texi2any.pl        (revision 8058)
-+++ texi2any.pl        (working copy)
-@@ -262,8 +262,8 @@
-   } else {
-     # used in the standalone perl module, as $hardcoded_version is undef
-     # and it should never be configured in that setup
--    require Texinfo::Parser;
--    $configured_version = $Texinfo::Parser::VERSION;
-+    ## require Texinfo::Parser;
-+    ## $configured_version = $Texinfo::Parser::VERSION;
-   }
- }
- 
-@@ -1065,7 +1065,12 @@
-   document_warn(__('--Xopt option without printed output')); 
- }
- 
--require Texinfo::Parser;
-+#require Texinfo::Parser;
-+BEGIN {
-+require Parsetexi;
-+*Texinfo::Parser:: = \%Parsetexi::;
-+}
-+
- require Texinfo::Structuring;
- require Texinfo::Transformations;
- # Avoid loading these modules until down here to speed up the case




reply via email to

[Prev in Thread] Current Thread [Next in Thread]