bison-patches
[Top][All Lists]
Advanced

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

[PATCH 3/3] getargs: don't label --language/-l as experimental


From: Theophile Ranquet
Subject: [PATCH 3/3] getargs: don't label --language/-l as experimental
Date: Tue, 4 Dec 2012 15:06:17 +0100

* doc/bison.texi, src/getargs.c (usage): Here.
---
 doc/bison.texi | 5 -----
 src/getargs.c  | 1 -
 2 files changed, 6 deletions(-)

diff --git a/doc/bison.texi b/doc/bison.texi
index fc88031..5952225 100644
--- a/doc/bison.texi
+++ b/doc/bison.texi
@@ -5170,8 +5170,6 @@ Specify the programming language for the generated 
parser.  Currently
 supported languages include C, C++, and Java.
 @var{language} is case-insensitive.
 
-This directive is experimental and its effect may be modified in future
-releases.
 @end deffn
 
 @deffn {Directive} %locations
@@ -9289,9 +9287,6 @@ Specify the programming language for the generated 
parser, as if
 Summary}).  Currently supported languages include C, C++, and Java.
 @var{language} is case-insensitive.
 
-This option is experimental and its effect may be modified in future
-releases.
-
 @item --locations
 Pretend that @code{%locations} was specified.  @xref{Decl Summary}.
 
diff --git a/src/getargs.c b/src/getargs.c
index 2b82a15..c480649 100644
--- a/src/getargs.c
+++ b/src/getargs.c
@@ -307,7 +307,6 @@ Operation modes:\n\
       fputs (_("\
 Parser:\n\
   -L, --language=LANGUAGE          specify the output programming language\n\
-                                   (this is an experimental feature)\n\
   -S, --skeleton=FILE              specify the skeleton to use\n\
   -t, --debug                      instrument the parser for debugging\n\
       --locations                  enable location support\n\
-- 
1.8.0




reply via email to

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