X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=ncurses%2Fllib-ltict;h=e7d175c635de19cd26613511e8b4e41f5fe89f53;hp=8371c18248765742053fbbad48d7529e6a390124;hb=6a530b46563470c2ca73579d1994a0c8e275dd98;hpb=32f9f5f12cd9159261f9db228461049e8c770404 diff --git a/ncurses/llib-ltict b/ncurses/llib-ltict index 8371c182..e7d175c6 100644 --- a/ncurses/llib-ltict +++ b/ncurses/llib-ltict @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2013 Free Software Foundation, Inc. * + * Copyright (c) 2013,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,7 +27,7 @@ ****************************************************************************/ /**************************************************************************** - * Author: Thomas E. Dickey 2013 * + * Author: Thomas E. Dickey 2013-on * ****************************************************************************/ /* LINTLIBRARY */ @@ -189,8 +189,8 @@ int _nc_capcmp( { return(*(int *)0); } typedef struct { - const char *from; - const char *to; + const char from[3]; + const char to[6]; } assoc; /* ./tinfo/write_entry.c */ @@ -199,7 +199,7 @@ typedef struct { #undef _nc_set_writedir void _nc_set_writedir( - char *dir) + const char *dir) { /* void */ } #undef _nc_write_entry