From 9a5ad7ae3c0bb78eebdf18ede5521e2cd14f111c Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Wed, 16 Oct 2013 05:09:23 +0300 Subject: Add a comment in re.c:resetup. --- re.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 're.c') diff --git a/re.c b/re.c index b9db6556..9118129e 100644 --- a/re.c +++ b/re.c @@ -396,6 +396,13 @@ re_update(NODE *t) void resetup() { + /* + * Syntax bits: _that_ is yet another mind trip. Recreational drugs + * are helpful for recovering from the experience. + * + * Aharon Robbins + * Sun, 21 Oct 2007 23:55:33 +0200 + */ if (do_posix) syn = RE_SYNTAX_POSIX_AWK; /* strict POSIX re's */ else if (do_traditional) -- cgit v1.2.3