[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: globals.h
User: sdb
Date: 05/05/17 11:33:37
Modified: . globals.h
Log:
Incorporated new -e command line flag which forces embedding
of .include file's contents into SPICE netlist.
Revision Changes Path
1.11 +1 -0 eda/geda/devel/gnetlist/include/globals.h
(In the diff below, changes in quantity of whitespace are not shown.)
Index: globals.h
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/gnetlist/include/globals.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- globals.h 8 Feb 2005 19:48:22 -0000 1.10
+++ globals.h 17 May 2005 15:33:37 -0000 1.11
@@ -57,6 +57,7 @@
extern int quiet_mode;
extern int netlist_mode;
extern int sort_mode;
+extern int embedd_mode;
extern char *output_filename;
extern GSList *pre_backend_list; /* before backend loaded */
extern GSList *post_backend_list; /* after backend loaded, before execute */