summaryrefslogtreecommitdiff
path: root/lib/libcurses/MKexpanded.sh
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1997-12-03 05:21:47 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1997-12-03 05:21:47 +0000
commit211326e37501ac01a66994a221020b75ab5f63f0 (patch)
tree6d6c7182f1034b1b04c98386a1c3ba44e8accd5f /lib/libcurses/MKexpanded.sh
parent7c742f381e7808d0b12c17b534305751f3ebb0cb (diff)
Merge of ncurses-4.1-971129
Diffstat (limited to 'lib/libcurses/MKexpanded.sh')
-rw-r--r--lib/libcurses/MKexpanded.sh8
1 files changed, 2 insertions, 6 deletions
diff --git a/lib/libcurses/MKexpanded.sh b/lib/libcurses/MKexpanded.sh
index e2e8363d22e..6eb6b196374 100644
--- a/lib/libcurses/MKexpanded.sh
+++ b/lib/libcurses/MKexpanded.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#! /bin/sh
################################################################################
# Copyright 1997 by Thomas E. Dickey <dickey@clark.net> #
# All Rights Reserved. #
@@ -18,7 +18,7 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR #
# PERFORMANCE OF THIS SOFTWARE. #
################################################################################
-# Id: MKexpanded.sh,v 1.4 1997/05/10 20:21:58 tom Exp $
+# Id: MKexpanded.sh,v 1.5 1997/08/31 01:59:30 tom Exp $
#
# Script to generate 'expanded.c', a dummy source that contains functions
# corresponding to complex macros used in this library. By making functions,
@@ -57,10 +57,6 @@ cat >$TMP <<EOF
#undef FALSE
/* this is a marker */
IGNORE
-chtype _nc_ch_or_attr(chtype ch, attr_t at)
-{
- return ch_or_attr(ch,at);
-}
void _nc_toggle_attr_on(attr_t *S, attr_t at)
{
toggle_attr_on(*S,at);