summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-06-05 13:10:11 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-06-05 13:10:11 (GMT)
commit9d4f0b95ebcb92f94f3e4895af5014c458d68519 (patch)
treeda9fe86d2c5f774d274fa0c462e5c949861e564e /unix
parent514638fd758486513ea7eb842bb8972fd854ca06 (diff)
downloadtcl-9d4f0b95ebcb92f94f3e4895af5014c458d68519.zip
tcl-9d4f0b95ebcb92f94f3e4895af5014c458d68519.tar.gz
tcl-9d4f0b95ebcb92f94f3e4895af5014c458d68519.tar.bz2
More of the same: Space before tab is extremely unlikely to be correct indentation pattern.
Diffstat (limited to 'unix')
-rw-r--r--unix/Makefile.in2
-rwxr-xr-xunix/configure4
-rw-r--r--unix/configure.ac2
-rw-r--r--unix/dltest/embtest.c2
-rw-r--r--unix/tcl.m42
-rw-r--r--unix/tclUnixTest.c4
6 files changed, 8 insertions, 8 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 093edf8..29d3228 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -4,7 +4,7 @@
# "./configure", which is a configuration script generated by the "autoconf"
# program (constructs like "@foo@" will get replaced in the actual Makefile.
-VERSION = @TCL_VERSION@
+VERSION = @TCL_VERSION@
MAJOR_VERSION = @TCL_MAJOR_VERSION@
MINOR_VERSION = @TCL_MINOR_VERSION@
PATCH_LEVEL = @TCL_PATCH_LEVEL@
diff --git a/unix/configure b/unix/configure
index b470e3c..2ef18ad 100755
--- a/unix/configure
+++ b/unix/configure
@@ -5796,7 +5796,7 @@ then :
;;
*)
# Make sure only first arg gets _r
- CC=`echo "$CC" | sed -e 's/^\([^ ]*\)/\1_r/'`
+ CC=`echo "$CC" | sed -e 's/^\([^ ]*\)/\1_r/'`
;;
esac
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: Using $CC for compiling with threads" >&5
@@ -10016,7 +10016,7 @@ int
main (void)
{
- socklen_t foo;
+ socklen_t foo;
;
return 0;
diff --git a/unix/configure.ac b/unix/configure.ac
index 766392e..f2a1b58 100644
--- a/unix/configure.ac
+++ b/unix/configure.ac
@@ -404,7 +404,7 @@ AC_CACHE_CHECK([for socklen_t], tcl_cv_type_socklen_t, [
#include <sys/types.h>
#include <sys/socket.h>
]], [[
- socklen_t foo;
+ socklen_t foo;
]])],[tcl_cv_type_socklen_t=yes],[tcl_cv_type_socklen_t=no])])
if test $tcl_cv_type_socklen_t = no; then
AC_DEFINE(socklen_t, int, [Define as int if socklen_t is not available])
diff --git a/unix/dltest/embtest.c b/unix/dltest/embtest.c
index ff58cc4..33f77a0 100644
--- a/unix/dltest/embtest.c
+++ b/unix/dltest/embtest.c
@@ -34,7 +34,7 @@ int main(int argc, char **argv) {
exitcode = 1;
}
if (!exitcode) {
- printf("All OK!\n");
+ printf("All OK!\n");
}
return exitcode;
}
diff --git a/unix/tcl.m4 b/unix/tcl.m4
index 7b84923..2b2299e 100644
--- a/unix/tcl.m4
+++ b/unix/tcl.m4
@@ -990,7 +990,7 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [
;;
*)
# Make sure only first arg gets _r
- CC=`echo "$CC" | sed -e 's/^\([[^ ]]*\)/\1_r/'`
+ CC=`echo "$CC" | sed -e 's/^\([[^ ]]*\)/\1_r/'`
;;
esac
AC_MSG_RESULT([Using $CC for compiling with threads])
diff --git a/unix/tclUnixTest.c b/unix/tclUnixTest.c
index b204c77..26c590d 100644
--- a/unix/tclUnixTest.c
+++ b/unix/tclUnixTest.c
@@ -549,7 +549,7 @@ TestalarmCmd(
* None.
*
* Side effects:
- * Calls the Tcl Async handler.
+ * Calls the Tcl Async handler.
*
*----------------------------------------------------------------------
*/
@@ -566,7 +566,7 @@ AlarmHandler(
*
* TestgotsigCmd --
*
- * Verify the signal was handled after the testalarm command.
+ * Verify the signal was handled after the testalarm command.
*
* Results:
* None.