From 7fda2c560ac829fc808182cfc2f71bed71ebb4df Mon Sep 17 00:00:00 2001 From: griffin Date: Wed, 31 Aug 2022 23:41:13 +0000 Subject: Fix build issues. --- generic/tclArithSeries.c | 3 +-- generic/tclCmdIL.c | 1 + win/Makefile.in | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) mode change 100644 => 100755 generic/tclArithSeries.c diff --git a/generic/tclArithSeries.c b/generic/tclArithSeries.c old mode 100644 new mode 100755 index ae9299a..3bb1593 --- a/generic/tclArithSeries.c +++ b/generic/tclArithSeries.c @@ -10,10 +10,9 @@ * this file, and for a DISCLAIMER OF ALL WARRANTIES. */ -#include -#include "tcl.h" #include "tclInt.h" #include "tclArithSeries.h" +#include /* -------------------------- ArithSeries object ---------------------------- */ diff --git a/generic/tclCmdIL.c b/generic/tclCmdIL.c index fa8d1a5..9430eb5 100644 --- a/generic/tclCmdIL.c +++ b/generic/tclCmdIL.c @@ -4414,6 +4414,7 @@ Tcl_LseqObjCmd( /* All other argument errors */ default: Tcl_WrongNumArgs(interp, 1, objv, "n ??op? n ??by? n??"); + status = TCL_ERROR; goto done; break; } diff --git a/win/Makefile.in b/win/Makefile.in index 4e14ddc..7b9440e 100644 --- a/win/Makefile.in +++ b/win/Makefile.in @@ -278,6 +278,7 @@ GENERIC_OBJS = \ regfree.$(OBJEXT) \ regerror.$(OBJEXT) \ tclAlloc.$(OBJEXT) \ + tclArithSeries.$(OBJEXT) \ tclAssembly.$(OBJEXT) \ tclAsync.$(OBJEXT) \ tclBasic.$(OBJEXT) \ -- cgit v0.12