diff options
author | Vincent Labrecque <vincent@cvs.openbsd.org> | 2002-06-21 00:54:56 +0000 |
---|---|---|
committer | Vincent Labrecque <vincent@cvs.openbsd.org> | 2002-06-21 00:54:56 +0000 |
commit | 03e3e41d6a064091022b45c4fad1002687012e0f (patch) | |
tree | 88867b4d69094688d6b6f635fd14029ff92cf788 /usr.bin | |
parent | 43eca2d7fa5e530df524f28d59b48790fc1df707 (diff) |
remove the "extern" for a variable that does not exist anymore.
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/mg/def.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/mg/def.h b/usr.bin/mg/def.h index 8470428d992..349487c440f 100644 --- a/usr.bin/mg/def.h +++ b/usr.bin/mg/def.h @@ -1,4 +1,4 @@ -/* $OpenBSD: def.h,v 1.41 2002/05/29 12:41:42 vincent Exp $ */ +/* $OpenBSD: def.h,v 1.42 2002/06/21 00:54:55 vincent Exp $ */ #include <sys/queue.h> @@ -614,7 +614,6 @@ extern int ttcol; extern int tttop; extern int ttbot; extern int tthue; -extern int undoaction; extern int defb_nmodes; extern int defb_flag; extern const char cinfo[]; |