help-gengetopt
[Top][All Lists]
Advanced

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

Re: [help-gengetopt] parser.yy: sectiondesc TOK_MLSTRING


From: Lorenzo Bettini
Subject: Re: [help-gengetopt] parser.yy: sectiondesc TOK_MLSTRING
Date: Sat, 27 Nov 2004 10:11:40 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040115

Gyozo, PAPP (VBuster) wrote:
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);
              }
          ;


Hi there

this version

http://rap.dsi.unifi.it/~bettini/gengetopt-2.13rc4.tar.gz

contains this modification (but it was also necessary to wrap the definition -- previously only the description was wrapped)

cheers
        Lorenzo (just come back :-)

--
+-----------------------------------------------------+
|  Lorenzo Bettini          ICQ# lbetto, 16080134     |
|  PhD in Computer Science                            |
|  Dip. Sistemi e Informatica, Univ. di Firenze       |
|  Florence - Italy        (GNU/Linux User # 158233)  |
|  Home Page        : http://www.lorenzobettini.it    |
|  http://music.dsi.unifi.it         XKlaim language  |
|  http://www.lorenzobettini.it/purple    Cover Band  |
|  http://www.gnu.org/software/src-highlite           |
|  http://www.gnu.org/software/gengetopt              |
|  http://www.lorenzobettini.it/software/gengen       |
|  http://www.lorenzobettini.it/software/doublecpp    |
+-----------------------------------------------------+




reply via email to

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