diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2014-04-17 19:06:05 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2014-04-17 19:06:05 +0000 |
commit | 10f7c13109843404c3edd128e179a2be91653974 (patch) | |
tree | 35a204e0906a0e35f4e7e3ec09881918db9340ca /usr.bin | |
parent | f54f6a3cc78c0a2aad6280e65b6d83db7fa7a1df (diff) |
rm redundant declaration; from Xin Li
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/bc/extern.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/bc/extern.h b/usr.bin/bc/extern.h index 7095941083b..f2ee2f12079 100644 --- a/usr.bin/bc/extern.h +++ b/usr.bin/bc/extern.h @@ -1,4 +1,4 @@ -/* $OpenBSD: extern.h,v 1.10 2013/09/19 16:12:01 otto Exp $ */ +/* $OpenBSD: extern.h,v 1.11 2014/04/17 19:06:04 otto Exp $ */ /* * Copyright (c) 2003, Otto Moerbeek <otto@drijf.net> @@ -46,4 +46,3 @@ extern History *hist; extern HistEvent he; extern char *cmdexpr; extern struct termios ttysaved; -extern bool interactive; |