2005-06-28 12:00:05 -04:00
|
|
|
$OpenBSD: patch-globals_c,v 1.2 2005/06/28 16:00:05 naddy Exp $
|
|
|
|
--- globals.c.orig Tue Jun 14 15:23:29 2005
|
|
|
|
+++ globals.c Tue Jun 14 15:24:12 2005
|
|
|
|
@@ -37,7 +37,7 @@ int finance_option; /* for displaying
|
|
|
|
int debug_level; /* current debug level */
|
2005-05-27 02:04:11 -04:00
|
|
|
#endif
|
|
|
|
int domain_check;
|
2005-06-28 12:00:05 -04:00
|
|
|
-int color_flag = true; /* true for color mode */
|
|
|
|
+int color_flag = false; /* true for color mode */
|
|
|
|
int html_flag; /* true for HTML mode */
|
|
|
|
int partial_flag; /* true for partial unfactoring of algebraic fractions */
|
|
|
|
int symb_flag; /* true for "simplify symbolic" */
|