blob: f0dc4d7432913fe4444d1fb5db3567365dbe26d0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
diff -NurB gpsim-0.20.14-orig/cli/input.cc gpsim-0.20.14/cli/input.cc
--- gpsim-0.20.14-orig/cli/input.cc 2003-10-21 01:32:05.000000000 -0500
+++ gpsim-0.20.14/cli/input.cc 2003-10-21 02:00:20.000000000 -0500
@@ -34,8 +34,8 @@
extern void simulation_cleanup(void);
extern int use_gui;
-//#define RALF
-#define SCOTT
+#define RALF
+//#define SCOTT
//#if 0 //tsd removed in 0.20.4
extern "C" {
|