[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: g_rc.nw
User: mike
Date: 06/06/02 10:22:51
Modified: . g_rc.nw
Log:
Allow negative values to be set for output_text_vector_threshold, add logic
for vector vs. PS text selection, and set default to text only.
Revision Changes Path
1.34 +0 -6 eda/geda/devel/gschem/noweb/g_rc.nw
(In the diff below, changes in quantity of whitespace are not shown.)
Index: g_rc.nw
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/gschem/noweb/g_rc.nw,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -b -r1.33 -r1.34
--- g_rc.nw 17 May 2006 14:20:48 -0000 1.33
+++ g_rc.nw 2 Jun 2006 14:22:51 -0000 1.34
@@ -2051,12 +2051,6 @@
val = SCM_INUM (numlines);
- if (val < 0) {
- fprintf(stderr, _("Invalid number of lines [%d] passed to output-vector-threshold\n"),
- val);
- val = 3; /* absolute default */
- }
-
default_print_vector_threshold = val;
return SCM_BOOL_T;