freebsd-ports/editors/qemacs/files/patch-charset.c
Martin Wilke 0616a86b3c - Update to 0.3.1
PR:		ports/107995
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2007-01-22 08:31:01 +00:00

11 lines
268 B
C

--- charset.c.orig Tue Apr 22 07:01:42 2003
+++ charset.c Thu Jan 18 13:56:10 2007
@@ -20,7 +20,7 @@
QECharset *first_charset = NULL;
-extern QECharset charset_7bit;
+static QECharset charset_7bit;
/* specific tables */
static unsigned short table_idem[256];