mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
22 lines
468 B
Plaintext
22 lines
468 B
Plaintext
$NetBSD: patch-ab,v 1.2 2013/01/10 23:53:15 joerg Exp $
|
|
|
|
--- edit.c.orig 1999-08-25 06:48:36.000000000 +0000
|
|
+++ edit.c
|
|
@@ -793,6 +793,7 @@ write_file(fpath, saveheader)
|
|
fclose(fp);
|
|
stat(FPath, &st0);
|
|
modified = -1;
|
|
+ convert(FPath);
|
|
}
|
|
|
|
return saveheader ? KEEP_EDITING : aborted;
|
|
@@ -1100,7 +1101,7 @@ search_str(int mode)
|
|
}
|
|
|
|
|
|
-match_paren()
|
|
+static void match_paren(void)
|
|
{
|
|
static char parens[] = "()[]{}<>";
|
|
int type, mode;
|