01005b138e
- 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)
11 lines
253 B
C
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;
|