From 519ebf3da80f5a1caba40962369503de5bdca1b4 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Fri, 6 Jul 2012 15:14:19 -0600 Subject: [PATCH] regcomp.sym: Correct and add comments --- regcomp.sym | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/regcomp.sym b/regcomp.sym index 0865a73..d4a1972 100644 --- a/regcomp.sym +++ b/regcomp.sym @@ -9,7 +9,8 @@ # Note that the order in this file is important. # # Format for first section: -# NAME \s+ TYPE, arg-description [flags] [num-args] [longjump-len] ; DESCRIPTION +# NAME \s+ TYPE, arg-description [num-args] [flags] [longjump-len] ; DESCRIPTION +# flag means is REGNODE_SIMPLE; flag means is REGNODE_VARIES # # # run perl regen.pl after editing this file -- 2.7.4