]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - ncurses/llib-ltictw
ncurses 6.0 - patch 20150725
[ncurses.git] / ncurses / llib-ltictw
index 981bb196706a864c2e4208df2c78aa7ca28cb0dc..82309815e81a2138b70a03c065f6a8d9df2bb991 100644 (file)
@@ -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,7 +27,7 @@
  ****************************************************************************/
 
 /****************************************************************************
- *  Author: Thomas E. Dickey 2012                                           *
+ *  Author: Thomas E. Dickey       2012-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