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

gEDA-cvs: pcb.git: branch: master updated (4e4541f936ee1780e9c90e5e0a86cc1154955d08)



The branch, master has been updated
       via  4e4541f936ee1780e9c90e5e0a86cc1154955d08 (commit)
      from  a0d58e34da81b9b92f60577ec283dfaac6e71d41 (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
=========

 src/global.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


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

commit 4e4541f936ee1780e9c90e5e0a86cc1154955d08
Author: Ineiev <ineiev@xxxxxxxxx>
Commit: Peter Clifton <pcjc2@xxxxxxxxx>

    Fix broken build due to missing struct members
    
    Looks like a part of commit ef2efdd2a18a744eb715ffc1278aace1a2cded46
    was omitted by mistake.

:100644 100644 1462e50... 3794448... M	src/global.h

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

commit 4e4541f936ee1780e9c90e5e0a86cc1154955d08
Author: Ineiev <ineiev@xxxxxxxxx>
Commit: Peter Clifton <pcjc2@xxxxxxxxx>

    Fix broken build due to missing struct members
    
    Looks like a part of commit ef2efdd2a18a744eb715ffc1278aace1a2cded46
    was omitted by mistake.

diff --git a/src/global.h b/src/global.h
index 1462e50..3794448 100644
--- a/src/global.h
+++ b/src/global.h
@@ -635,6 +635,8 @@ typedef struct			/* some resources... */
    *ScriptFilename,		/* PCB Actions script to execute on startup */
    *ActionString,		/* PCB Actions string to execute on startup */
    *FabAuthor,			/* Full name of author for FAB drawings */
+   *GnetlistProgram,		/* gnetlist program name */
+   *MakeProgram,		/* make program name */
    *InitialLayerStack;		/* If set, the initial layer stack is set to this */
   Boolean DumpMenuFile;		/* dump internal menu definitions */
   LocationType PinoutOffsetX,	/* offset of origin */




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