X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=ncurses%2Fllib-ltictw;h=14eda10e7198d5465bbf81af4d3ee87b4d655392;hp=981bb196706a864c2e4208df2c78aa7ca28cb0dc;hb=6208c89f98f1cf9fe0980bd8e791846ce007a13d;hpb=cc0205ede8ab81605ec83e7f1ac9ec33e9328a40;ds=sidebyside diff --git a/ncurses/llib-ltictw b/ncurses/llib-ltictw index 981bb196..14eda10e 100644 --- a/ncurses/llib-ltictw +++ b/ncurses/llib-ltictw @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2012 Free Software Foundation, Inc. * + * Copyright (c) 2012,2015 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 * @@ -27,15 +27,13 @@ ****************************************************************************/ /**************************************************************************** - * Author: Thomas E. Dickey 2012 * + * Author: Thomas E. Dickey 2012-on * ****************************************************************************/ /* LINTLIBRARY */ /* ./tinfo/alloc_entry.c */ #include -#include - #undef _nc_init_entry void _nc_init_entry( TERMTYPE *const tp) @@ -65,8 +63,6 @@ void _nc_merge_entry( /* ./tinfo/captoinfo.c */ -#include - #undef _nc_captoinfo char *_nc_captoinfo( const char *cap, @@ -188,18 +184,11 @@ int _nc_capcmp( const char *t) { return(*(int *)0); } -typedef struct { - const char *from; - const char *to; -} assoc; - /* ./tinfo/write_entry.c */ -#include - #undef _nc_set_writedir void _nc_set_writedir( - char *dir) + const char *dir) { /* void */ } #undef _nc_write_entry