This is an automated email from the ASF dual-hosted git repository. mxmanghi pushed a commit to branch quattuor in repository https://gitbox.apache.org/repos/asf/tcl-rivet.git
The following commit(s) were added to refs/heads/quattuor by this push: new df3ed13 Converted CONST84 to CONST86 df3ed13 is described below commit df3ed13a4d2a872255a961d44bf6163bbaf434a7 Author: Massimo Manghi <mxman...@apache.org> AuthorDate: Tue Jan 10 18:41:22 2023 +0100 Converted CONST84 to CONST86 --- ChangeLog | 4 ++++ src/TclWeb.h | 9 +-------- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index e058337..bb27059 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2023-01-11 Massimo Manghi <mxman...@apache.org> + * src/TclWeb.h: also this include file had a CONST84 specifier that needed to + be converted as CONST86 + 2023-01-09 Massimo Manghi <mxman...@apache.org> * src/mod_rivet_ng/TclWebaapache.c: replaced CONST84 with CONST86 which is supported by Tcl 8.7 * src/mod_rivet_ng/rivet[Channel|Core].c: diff --git a/src/TclWeb.h b/src/TclWeb.h index d22305c..642efda 100644 --- a/src/TclWeb.h +++ b/src/TclWeb.h @@ -30,13 +30,6 @@ * Common API layer. */ -/* $Id$ */ - -/* Tcl 8.4 migration. */ -#ifndef CONST84 -# define CONST84 -#endif - /* Error wrappers */ #define ER1 "<hr><p><code><pre>\n" #define ER2 "</pre></code><hr>\n" @@ -79,7 +72,7 @@ int TclWeb_SetHeaderType(char *header, TclWebRequest *req); int TclWeb_PrintHeaders(TclWebRequest *req); -int TclWeb_PrintError(CONST84 char *errstr, int htmlflag, TclWebRequest *req); +int TclWeb_PrintError(CONST86 char *errstr, int htmlflag, TclWebRequest *req); /* *----------------------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@tcl.apache.org For additional commands, e-mail: commits-h...@tcl.apache.org