Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/dvi/dvilib/dl-dvi-program.hh
diff options
context:
space:
mode:
Diffstat (limited to 'dvi/dvilib/dl-dvi-program.hh')
-rwxr-xr-xdvi/dvilib/dl-dvi-program.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/dvi/dvilib/dl-dvi-program.hh b/dvi/dvilib/dl-dvi-program.hh
index afe5fdb..1424b0a 100755
--- a/dvi/dvilib/dl-dvi-program.hh
+++ b/dvi/dvilib/dl-dvi-program.hh
@@ -77,7 +77,9 @@ namespace DviLib
public:
DviRuleCommand (int h_arg, int w_arg) : h(h_arg), w(w_arg)
{
+#if 0
std::cout << "rule cmd " << h << " " << w << std::endl;
+#endif
}
int get_h (void) const { return h; }
int get_w (void) const { return w; }