[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:50

  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.4       +1 -0      eda/geda/devel/gschem/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/gschem/scripts/notangle_guile.in,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- notangle_guile.in	28 Feb 2005 18:29:19 -0000	1.3
  +++ notangle_guile.in	20 May 2006 14:03:50 -0000	1.4
  @@ -14,6 +14,7 @@
   (use-modules (ice-9 getopt-long)
   	     (ice-9 regex))
   
  +(debug-set! stack 0)
   (debug-enable 'backtrace)
   
   (define noweb-rootname     "*")