freebsd-ports/chinese/ve/files/patch-edit.c
Sunpoet Po-Chuan Hsieh 01005b138e - Allow build with clang
- Respect CC
- Support STAGEDIR
- While I'm here:
  - Add LICENSE
  - Use PLIST_DIRS/PLIST_FILES instead of PLIST

PR:		ports/186932
Submitted by:	Hung-Yi Chen <gaod@hychen.org> (maintainer)
2014-02-23 15:20:54 +00:00

11 lines
253 B
C

--- edit.c.orig 2014-02-21 07:38:19.000000000 +0800
+++ edit.c 2014-02-21 07:38:29.000000000 +0800
@@ -988,7 +988,7 @@
redraw_everything = YEA;
}
-match_paren()
+void match_paren()
{
static char parens[] = "()[]{}<>";
int type, mode;