texinfo-commits
[Top][All Lists]
Advanced

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

[8409] parsetexi remove @ctrl


From: gavinsmith0123
Subject: [8409] parsetexi remove @ctrl
Date: Thu, 25 Oct 2018 16:22:21 -0400 (EDT)

Revision: 8409
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=8409
Author:   gavin
Date:     2018-10-25 16:22:21 -0400 (Thu, 25 Oct 2018)
Log Message:
-----------
parsetexi remove @ctrl

Modified Paths:
--------------
    trunk/tp/Texinfo/XS/parsetexi/command_data.txt
    trunk/tp/Texinfo/XS/parsetexi/command_ids.h
    trunk/tp/Texinfo/XS/parsetexi/parser.c

Modified: trunk/tp/Texinfo/XS/parsetexi/command_data.txt
===================================================================
--- trunk/tp/Texinfo/XS/parsetexi/command_data.txt      2018-10-25 19:40:19 UTC 
(rev 8408)
+++ trunk/tp/Texinfo/XS/parsetexi/command_data.txt      2018-10-25 20:22:21 UTC 
(rev 8409)
@@ -299,7 +299,6 @@
 # use a different value for the other commands which
 # are said to take 1 argument in Common.pm.
 U              brace   1
-ctrl           brace,deprecated        1
 dmn            brace   1
 titlefont      brace,global    1
 

Modified: trunk/tp/Texinfo/XS/parsetexi/command_ids.h
===================================================================
--- trunk/tp/Texinfo/XS/parsetexi/command_ids.h 2018-10-25 19:40:19 UTC (rev 
8408)
+++ trunk/tp/Texinfo/XS/parsetexi/command_ids.h 2018-10-25 20:22:21 UTC (rev 
8409)
@@ -105,7 +105,6 @@
 CM_copying,
 CM_copyright,
 CM_cropmarks,
-CM_ctrl,
 CM_defcodeindex,
 CM_defcv,
 CM_defcvx,

Modified: trunk/tp/Texinfo/XS/parsetexi/parser.c
===================================================================
--- trunk/tp/Texinfo/XS/parsetexi/parser.c      2018-10-25 19:40:19 UTC (rev 
8408)
+++ trunk/tp/Texinfo/XS/parsetexi/parser.c      2018-10-25 20:22:21 UTC (rev 
8409)
@@ -910,8 +910,7 @@
     }
 
 
-  else if (outer == CM_ctrl
-           || outer == CM_errormsg
+  else if (outer == CM_errormsg
            || outer == CM_sortas)
     {
       ok = 0;




reply via email to

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