You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tcl.apache.org by mx...@apache.org on 2019/01/16 17:40:55 UTC

[tcl-rivet] 01/03: add check on stdbool.h

This is an automated email from the ASF dual-hosted git repository.

mxmanghi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tcl-rivet.git

commit adb0175b1cc3ac576eef851534688e1ee67d0f9b
Author: Massimo Manghi <mx...@apache.org>
AuthorDate: Wed Jan 16 18:39:23 2019 +0100

    add check on stdbool.h
---
 configure.ac          | 1 +
 doc/xml/internals.xml | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index b652bf9..1f5c279 100644
--- a/configure.ac
+++ b/configure.ac
@@ -836,6 +836,7 @@ RIVET_CORE_CMDS
 RIVET_CHANNEL
 SINGLE_WORKER_TCL_THREAD
 HTTP_REQUESTS_MUTEX
+AC_HEADER_STDBOOL
 
 # Let's separate the point version from the major and minor version
 # to build a Rivet version to be substituted as basic version for 
diff --git a/doc/xml/internals.xml b/doc/xml/internals.xml
index 24c9f69..146e185 100644
--- a/doc/xml/internals.xml
+++ b/doc/xml/internals.xml
@@ -283,7 +283,7 @@
     THREAD_PRIVATE_DATA(private)
 
 	/* if ::rivet::mycmd works within a request processing we have
-	 * to check if 'private' is bringing a non null request_rec pointer
+	 * to check if 'private' is carrying a non null request_rec pointer
 	 */
     
     CHECK_REQUEST_REC(private,"::rivet::mycmd");


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@tcl.apache.org
For additional commands, e-mail: commits-help@tcl.apache.org