From 5edd540c79f349cbe5f377f5b0e8ed16dcf7cf99 Mon Sep 17 00:00:00 2001 From: Bob Gilligan Date: Thu, 5 Nov 2009 16:39:30 -0800 Subject: Allow inline comments in config template fields. Also change priority.pl script to display inline comments found in "priority:" fields if they are present. --- src/cli_def.l | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/cli_def.l b/src/cli_def.l index d73f1c4..721e5f0 100644 --- a/src/cli_def.l +++ b/src/cli_def.l @@ -271,6 +271,7 @@ RE_ACT_FIELD (help|syntax|commit|delete|update|activate|create|begin|end|comp_he #[^\n]*\n { /* comment */ ++yy_cli_def_lineno; + return EOL; } \n { -- cgit v1.2.3