Removed register disable macro (obsolete);

This commit is contained in:
Alexander Vdolainen 2019-02-17 01:35:35 +02:00
parent 38862a3685
commit 2001a4288d

View File

@ -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.