[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: CVS update: gnet-spice-sdb.scm



  User: ahvezda 
  Date: 07/01/16 18:05:05

  Modified:    .        gnet-spice-sdb.scm gnet-switcap.scm
  Log:
  Fixes for guile 1.8.1 for the switcap backend
  
  
  
  
  Revision  Changes    Path
  1.22      +2 -1      eda/geda/gaf/gnetlist/scheme/gnet-spice-sdb.scm
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: gnet-spice-sdb.scm
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/gnetlist/scheme/gnet-spice-sdb.scm,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -b -r1.21 -r1.22
  --- gnet-spice-sdb.scm	15 Jan 2007 18:36:54 -0000	1.21
  +++ gnet-spice-sdb.scm	16 Jan 2007 23:05:05 -0000	1.22
  @@ -1,4 +1,4 @@
  -;;; $Id: gnet-spice-sdb.scm,v 1.21 2007/01/15 18:36:54 sdb Exp $
  +;;; $Id: gnet-spice-sdb.scm,v 1.22 2007/01/16 23:05:05 ahvezda Exp $
   ;;;
   ;;; gEDA - GNU Electronic Design Automation
   ;;; gnetlist - GNU Netlist
  @@ -101,6 +101,7 @@
   ;;************  Program housekeeping, handling calling flags, etc.  ****************
   ;;**********************************************************************************
   
  +;; The following is needed to make guile 1.8.x happy.
   (use-modules (ice-9 rdelim))
   
   ;;--------------------------------------------------------------------------------
  
  
  
  1.5       +3 -1      eda/geda/gaf/gnetlist/scheme/gnet-switcap.scm
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: gnet-switcap.scm
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/gnetlist/scheme/gnet-switcap.scm,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- gnet-switcap.scm	28 Jan 2005 12:25:47 -0000	1.4
  +++ gnet-switcap.scm	16 Jan 2007 23:05:05 -0000	1.5
  @@ -1,4 +1,4 @@
  -;;; $Id: gnet-switcap.scm,v 1.4 2005/01/28 12:25:47 danmc Exp $
  +;;; $Id: gnet-switcap.scm,v 1.5 2007/01/16 23:05:05 ahvezda Exp $
   ;;;
   ;;; gEDA - GNU Electronic Design Automation
   ;;;
  @@ -24,6 +24,8 @@
   ;; 'mcmahill at alum dot mit dotedu' who used the SPICE backend by
   ;; S. Gieltjes as a starting point.
   
  +;; The following is needed to make guile 1.8.x happy.
  +(use-modules (ice-9 rdelim))
   
   ;; ----------------------------------------------------------------------------
   ;; Utility functions used by this netlister
  
  
  


_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs