[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[8412] parsetexi update
From: |
gavinsmith0123 |
Subject: |
[8412] parsetexi update |
Date: |
Thu, 25 Oct 2018 19:24:02 -0400 (EDT) |
Revision: 8412
http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=8412
Author: gavin
Date: 2018-10-25 19:24:01 -0400 (Thu, 25 Oct 2018)
Log Message:
-----------
parsetexi update
Modified Paths:
--------------
trunk/tp/Texinfo/XS/parsetexi/command_data.txt
trunk/tp/Texinfo/XS/parsetexi/separator.c
Modified: trunk/tp/Texinfo/XS/parsetexi/command_data.txt
===================================================================
--- trunk/tp/Texinfo/XS/parsetexi/command_data.txt 2018-10-25 23:22:33 UTC
(rev 8411)
+++ trunk/tp/Texinfo/XS/parsetexi/command_data.txt 2018-10-25 23:24:01 UTC
(rev 8412)
@@ -294,10 +294,6 @@
sansserif brace BRACE_style
slanted brace BRACE_style
-# One arg, "simple text" argument commands
-# I intend to use "1" for these commands only, and
-# use a different value for the other commands which
-# are said to take 1 argument in Common.pm.
U brace 1
dmn brace 1
titlefont brace,global 1
Modified: trunk/tp/Texinfo/XS/parsetexi/separator.c
===================================================================
--- trunk/tp/Texinfo/XS/parsetexi/separator.c 2018-10-25 23:22:33 UTC (rev
8411)
+++ trunk/tp/Texinfo/XS/parsetexi/separator.c 2018-10-25 23:24:01 UTC (rev
8412)
@@ -273,12 +273,8 @@
/* The Perl code here checks that the popped context and the
parent command match as strings. */
}
- else if (command_data(current->parent->cmd).data > 0
- /* (the Perl code has > 1 here, but this is a deliberate
- difference) */
- && current->parent->cmd != CM_sortas) /* FIXME special case */
+ else if (command_data(current->parent->cmd).data > 0)
{
- // 5033
/* @inline* always have end spaces considered as normal text */
if (!(command_flags(current->parent) & CF_inline))
isolate_last_space (current);
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [8412] parsetexi update,
gavinsmith0123 <=