texinfo-commits
[Top][All Lists]
Advanced

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

[7858] parsetexi add set_debug xs function for debugging


From: gavinsmith0123
Subject: [7858] parsetexi add set_debug xs function for debugging
Date: Sun, 25 Jun 2017 15:24:56 -0400 (EDT)

Revision: 7858
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=7858
Author:   gavin
Date:     2017-06-25 15:24:55 -0400 (Sun, 25 Jun 2017)
Log Message:
-----------
parsetexi add set_debug xs function for debugging

Modified Paths:
--------------
    trunk/tp/parsetexi/Parsetexi.xs
    trunk/tp/parsetexi/api.c

Modified: trunk/tp/parsetexi/Parsetexi.xs
===================================================================
--- trunk/tp/parsetexi/Parsetexi.xs     2017-06-25 17:53:14 UTC (rev 7857)
+++ trunk/tp/parsetexi/Parsetexi.xs     2017-06-25 19:24:55 UTC (rev 7858)
@@ -135,3 +135,6 @@
 
 void
 conf_set_CPP_LINE_DIRECTIVES (int i)
+
+void
+set_debug (int i)

Modified: trunk/tp/parsetexi/api.c
===================================================================
--- trunk/tp/parsetexi/api.c    2017-06-25 17:53:14 UTC (rev 7857)
+++ trunk/tp/parsetexi/api.c    2017-06-25 19:24:55 UTC (rev 7858)
@@ -988,3 +988,10 @@
   conf.show_menu = 1;
   conf.cpp_line_directives = 1;
 }
+
+/* for debugging */
+void
+set_debug (int value)
+{
+  debug_output = value;
+}




reply via email to

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