From 2001a4288de7abdaaf23667268698057f309ba82 Mon Sep 17 00:00:00 2001 From: Alexander Vdolainen Date: Sun, 17 Feb 2019 01:35:35 +0200 Subject: [PATCH] Removed register disable macro (obsolete); --- lib/parser.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/parser.c b/lib/parser.c index 5bb837c..996f03d 100644 --- a/lib/parser.c +++ b/lib/parser.c @@ -632,11 +632,7 @@ iparse_sexp (char *s, size_t len, pcont_t *cc) { * cparse_sexp */ pcont_t *eparse_sexp (char *str, size_t len, pcont_t *lc); -#ifdef REGISTEROPTIMIZAITON #define REGISTER register -#else -#define REGISTER -#endif /** * Continuation based parser - the guts of the package.