X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=ncurses%2Ftty%2FMKexpanded.sh;h=c7741ae7ce210335b18f275674c7873a9a7cb16b;hp=e13996ed914a8d9a942a4d3cb212291b622e45d9;hb=5b7f4de105080e2a715b0564ede4bb7eb6767659;hpb=da1f84b7eb32f17e91f6de242132ab3b2d462148;ds=sidebyside diff --git a/ncurses/tty/MKexpanded.sh b/ncurses/tty/MKexpanded.sh index e13996ed..c7741ae7 100755 --- a/ncurses/tty/MKexpanded.sh +++ b/ncurses/tty/MKexpanded.sh @@ -29,7 +29,7 @@ # # Author: Thomas E. Dickey, 1997-on # -# $Id: MKexpanded.sh,v 1.15 2009/06/27 20:37:50 tom Exp $ +# $Id: MKexpanded.sh,v 1.16 2009/07/04 16:45:03 tom Exp $ # # Script to generate 'expanded.c', a dummy source that contains functions # corresponding to complex macros used in this library. By making functions, @@ -55,6 +55,11 @@ cat < #include + +#ifndef CUR +#define CUR SP_TERMTYPE +#endif + #if NCURSES_EXPANDED EOF