pkgsrc/editors/ex/patches/patch-ad
2006-06-08 16:12:48 +00:00

12 lines
603 B
Text

$NetBSD: patch-ad,v 1.1 2006/06/08 16:15:47 minskim Exp $
--- ex.h.orig 2003-03-18 20:29:07.000000000 +0000
+++ ex.h
@@ -549,7 +549,6 @@ extern int tfile; /* Temporary file uni
var bool tflag; /* -t option given on command line */
var bool vcatch; /* Want to catch an error (open/visual) */
var bool verbose; /* -V option; print command input to stderr */
-var char *versionstring; /* For the "version" command */
var JMP_BUF vreslab; /* For error throws to a visual catch */
var bool writing; /* 1 if in middle of a file write */
var int xchng; /* Suppresses multiple "No writes" in !cmd */