openbsd-ports/math/mathomatic/patches/patch-globals_c

13 lines
564 B
Plaintext
Raw Normal View History

$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 */
#endif
int domain_check;
-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" */