X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=ncurses%2Ftty%2FMKexpanded.sh;h=89e747416d01b9f3d7486b03d2a5bae06aa10031;hp=fb4336fc0e10213e08926827f28fcdc2646c4bdd;hb=97893bbc7248f5e4009f32c3afc7ca575172c5f3;hpb=a20e6eb464be80b9cd8cae7ce925d27fe9c209ed;ds=sidebyside diff --git a/ncurses/tty/MKexpanded.sh b/ncurses/tty/MKexpanded.sh index fb4336fc..89e74741 100755 --- a/ncurses/tty/MKexpanded.sh +++ b/ncurses/tty/MKexpanded.sh @@ -1,6 +1,6 @@ #! /bin/sh ############################################################################## -# Copyright (c) 1998-2015,2017 Free Software Foundation, Inc. # +# Copyright (c) 1998-2017,2019 Free Software Foundation, Inc. # # # # Permission is hereby granted, free of charge, to any person obtaining a # # copy of this software and associated documentation files (the "Software"), # @@ -29,7 +29,7 @@ # # Author: Thomas E. Dickey, 1997-on # -# $Id: MKexpanded.sh,v 1.20 2017/08/12 12:20:28 tom Exp $ +# $Id: MKexpanded.sh,v 1.21 2019/03/02 22:47:55 tom Exp $ # # Script to generate 'expanded.c', a dummy source that contains functions # corresponding to complex macros used in this library. By making functions, @@ -48,7 +48,7 @@ else fi TMP=gen$$.c -trap "rm -f $TMP" 0 1 2 3 15 +trap "rm -f $TMP" EXIT INT QUIT TERM HUP cat <