From 775dc924a5e330ba8a923b2c124edf81a965cc14 Mon Sep 17 00:00:00 2001 From: Jeremy Baxter Date: Wed, 6 Dec 2023 15:59:35 +1300 Subject: [PATCH] Add bounds check to build and fix editorconfig --- .editorconfig | 2 +- configure | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.editorconfig b/.editorconfig index 56ad991..5ad5271 100644 --- a/.editorconfig +++ b/.editorconfig @@ -2,5 +2,5 @@ root = true [*] end_of_line = lf -indent_style = space +indent_style = tab indent_size = 4 \ No newline at end of file diff --git a/configure b/configure index ae27905..399c603 100755 --- a/configure +++ b/configure @@ -4,14 +4,14 @@ set -e -IMPORT=import +import=import mkf=Makefile -cflags=-I"$IMPORT" +cflags='-I'"$import"' -boundscheck=on' objs='esv.o esvapi.o' srcs='esv.d esvapi.d' makefile=' -IMPORT = '"$IMPORT"' +IMPORT = '"$import"' PREFIX = /usr/local MANPREFIX = ${PREFIX}/man