help-gengetopt
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[help-gengetopt] parser.yy: sectiondesc TOK_MLSTRING


From: Gyozo, PAPP (VBuster)
Subject: [help-gengetopt] parser.yy: sectiondesc TOK_MLSTRING
Date: Mon, 22 Nov 2004 11:37:24 +0100

Hi there,

it would be nice if "sectiondesc" was multiple line string as "purpose". After 
a short lookup, I've found that sectiondef rule must be changed in parser.yy 
only (at least I hope):

sectiondef
          : TOK_SECTION quoted_string opt_sectiondesc
              {
                gengetopt_set_section ($2, $3);
              }
          ;

--
Papp, Győző 
VirusBuster Kft




reply via email to

[Prev in Thread] Current Thread [Next in Thread]