[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: notangle_guile.in
User: ahvezda
Date: 06/05/20 10:03:51
Modified: . notangle_guile.in
Log:
Checked in patch for notangle_guile build problem related to stack overflow. Also fixed a missing @
Revision Changes Path
1.3 +1 -0 eda/geda/devel/libgeda/scripts/notangle_guile.in
(In the diff below, changes in quantity of whitespace are not shown.)
Index: notangle_guile.in
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/libgeda/scripts/notangle_guile.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- notangle_guile.in 28 Feb 2005 18:29:12 -0000 1.2
+++ notangle_guile.in 20 May 2006 14:03:51 -0000 1.3
@@ -14,6 +14,7 @@
(use-modules (ice-9 getopt-long)
(ice-9 regex))
+(debug-set! stack 0)
(debug-enable 'backtrace)
(define noweb-rootname "*")