| Server IP : 82.208.35.60 / Your IP : 216.73.217.33 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/textproc/wordnet/files/ |
Upload File : |
--- lib/wnhelp.c Fri May 6 13:17:39 2005
+++ lib/wnhelp.c Wed Dec 21 17:25:27 2005
@@ -7,4 +7,5 @@
/* $Id: wnhelp.c,v 1.14 2005/02/01 17:03:46 wn Rel $ */
+#define DEFINE_LICENSE
#include "wn.h"
@@ -239,5 +240,5 @@
";
-static char *nounhelps[] = {
+static const char *nounhelps[] = {
hyper_help,
relatives_help,
@@ -259,5 +260,5 @@
};
-static char *verbhelps[] = {
+static const char *verbhelps[] = {
hyper_help,
relatives_help,
@@ -276,5 +277,5 @@
};
-static char *adjhelps[] = {
+static const char *adjhelps[] = {
/* SIMPTR */
"Display synonyms and synsets related to synsets containing \n\
@@ -351,5 +352,5 @@
};
-static char *advhelps[] = {
+static const char *advhelps[] = {
/* SIMPTR */
"Display synonyms and synsets related to synsets containing \n\
@@ -370,5 +371,5 @@
};
-char **helptext[NUMPARTS + 1] = {
+const char * const *helptext[NUMPARTS + 1] = {
NULL, nounhelps, verbhelps, adjhelps, advhelps
};