You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-calculators/hcalc/files/hcalc-1.2-fno-common.patch

14 lines
213 B

--- a/hcalc.h
+++ b/hcalc.h
@@ -25,8 +25,8 @@
extern Pixmap face;
extern Pixmap chars;
-int bit_on;
-int bit_off;
+extern int bit_on;
+extern int bit_off;
extern int char_to_x[256];
extern char charmap[];