From 921f087c963b93abaa920019b529e703c31333e9 Mon Sep 17 00:00:00 2001 From: bakpakin Date: Fri, 12 Jan 2018 19:23:36 -0500 Subject: [PATCH] Remove useless file. --- Makefile | 1 - core/describe.c | 0 core/parse.c | 2 +- 3 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 core/describe.c diff --git a/Makefile b/Makefile index e3a9ac92..3c15ac90 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,6 @@ CFLAGS=-std=c99 -Wall -Wextra -I./include -I./libs -g -DDST_VERSION=$(VERSION) CLIBS=-lm PREFIX=/usr/local DST_TARGET=dst -DST_XXD=xxd DEBUGGER=lldb DST_INTERNAL_HEADERS=$(addprefix core/,symcache.h opcodes.h strtod.h compile.h gc.h sourcemap.h util.h) DST_HEADERS=$(addprefix include/dst/,dst.h dstconfig.h dsttypes.h dststate.h dststl.h) diff --git a/core/describe.c b/core/describe.c deleted file mode 100644 index e69de29b..00000000 diff --git a/core/parse.c b/core/parse.c index 5f8121f0..daa0ecd0 100644 --- a/core/parse.c +++ b/core/parse.c @@ -93,7 +93,7 @@ The table contains 256 bits, where each bit is 1 if the corresponding ascci code is a symbol char, and 0 if not. The upper characters are also considered symbol chars and are then checked for utf-8 compliance. */ -static uint32_t symchars[256] = { +static uint32_t symchars[8] = { 0x00000000, 0x77ffec72, 0xd7ffffff, 0x57fffffe, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff };