diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-01-06 17:04:10 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-01-06 17:04:10 +0000 |
commit | 4dc704e0b4bd25205b2599f94470621429f208db (patch) | |
tree | 860d242be7c5f984206686bac79a4885d1b6261d /usr.bin/mg/def.h | |
parent | f02178e518463a297d1c53a7b430f17c3e8b2bb5 (diff) |
support +number; rewritten from buggy code by mjc@bitz.ca, vincent ok
Diffstat (limited to 'usr.bin/mg/def.h')
-rw-r--r-- | usr.bin/mg/def.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/mg/def.h b/usr.bin/mg/def.h index 6473577fd5f..d4728ce7ece 100644 --- a/usr.bin/mg/def.h +++ b/usr.bin/mg/def.h @@ -1,4 +1,4 @@ -/* $OpenBSD: def.h,v 1.44 2002/07/24 14:08:33 vincent Exp $ */ +/* $OpenBSD: def.h,v 1.45 2003/01/06 17:04:09 deraadt Exp $ */ #include <sys/queue.h> @@ -603,6 +603,7 @@ extern MGWIN *wheadp; extern int thisflag; extern int lastflag; extern int curgoal; +extern int startrow; extern int epresf; extern int sgarbf; extern int mode; |