texinfo-commits
[Top][All Lists]
Advanced

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

[7459] parsetexi update


From: gavinsmith0123
Subject: [7459] parsetexi update
Date: Mon, 17 Oct 2016 18:56:40 +0000 (UTC)

Revision: 7459
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=7459
Author:   gavin
Date:     2016-10-17 18:56:40 +0000 (Mon, 17 Oct 2016)
Log Message:
-----------
parsetexi update

Modified Paths:
--------------
    trunk/tp/parsetexi/end_line.c

Modified: trunk/tp/parsetexi/end_line.c
===================================================================
--- trunk/tp/parsetexi/end_line.c       2016-10-16 19:50:56 UTC (rev 7458)
+++ trunk/tp/parsetexi/end_line.c       2016-10-17 18:56:40 UTC (rev 7459)
@@ -931,11 +931,9 @@
       if (type_contents->contents.number > 0)
         {
           char *normalized;
-          normalized = convert_to_normalized (type_contents);
+          normalized = convert_to_texinfo (type_contents);
           eft->content = type_contents;
-          if (normalized[strspn (normalized, "-")] != '\0')
-            eft->normalized = normalized;
-          /* TODO: why do we check there's a character that isn't '-'? */
+          eft->normalized = normalized;
 
           add_extra_float_type (current, "type", eft);
           return 1;




reply via email to

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