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

gEDA-cvs: gaf.git: branch: master updated (1.7.1-20110619-239-g50e6718)



The branch, master has been updated
       via  50e6718b8484a737a2092af97132f8785b6c6137 (commit)
      from  23d8520c810c7f7747b1df45ce6315d1abd6f62f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


=========
 Summary
=========

 gnetlist/scheme/gnet-spice-sdb.scm |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


=================
 Commit Messages
=================

commit 50e6718b8484a737a2092af97132f8785b6c6137
Author: Dan White <dan@xxxxxxxxxxxxxx>
Commit: Peter TB Brett <peter@xxxxxxxxxxxxx>

    gnetlist: spice-sdb "no_end_card" option suppresses ".end"
    
    Add the option "no_end_card" to suppress the ".end" for netlists destined to
    be .include'd in other files.
    
    Closes-bug: 698735
    Reviewed-by: Peter TB Brett <peter@xxxxxxxxxxxxx>

:100644 100644 d6b93d9... 593adea... M	gnetlist/scheme/gnet-spice-sdb.scm

=========
 Changes
=========

commit 50e6718b8484a737a2092af97132f8785b6c6137
Author: Dan White <dan@xxxxxxxxxxxxxx>
Commit: Peter TB Brett <peter@xxxxxxxxxxxxx>

    gnetlist: spice-sdb "no_end_card" option suppresses ".end"
    
    Add the option "no_end_card" to suppress the ".end" for netlists destined to
    be .include'd in other files.
    
    Closes-bug: 698735
    Reviewed-by: Peter TB Brett <peter@xxxxxxxxxxxxx>

diff --git a/gnetlist/scheme/gnet-spice-sdb.scm b/gnetlist/scheme/gnet-spice-sdb.scm
index d6b93d9..593adea 100644
--- a/gnetlist/scheme/gnet-spice-sdb.scm
+++ b/gnetlist/scheme/gnet-spice-sdb.scm
@@ -1887,7 +1887,8 @@
 	    (spice-sdb:write-bottom-footer (string-append ".ends " model-name) port)
 	    (display "*******************************\n" port)
 	  )
-          (spice-sdb:write-bottom-footer ".end" port)
+          (if (not (calling-flag? "no_end_card" (gnetlist:get-calling-flags)))  
+              (spice-sdb:write-bottom-footer ".end" port))
       )
 
 




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