]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
cleanup comment. bind-9.1
authorMark Andrews <marka@isc.org>
Mon, 1 Sep 2003 06:01:12 +0000 (06:01 +0000)
committerMark Andrews <marka@isc.org>
Mon, 1 Sep 2003 06:01:12 +0000 (06:01 +0000)
cleanup grammar so that it is bison friendly.

lib/dns/config/confparser.y.dirty
lib/omapi/protocol.c

index 278644c534c433d34de65fb82668c3a6fdd6fc34..b8cacde2eb0b4586892a5178baf253618b59ea26 100644 (file)
@@ -33,7 +33,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: confparser.y.dirty,v 1.44.2.10 2001/07/17 07:36:03 marka Exp $ */
+/* $Id: confparser.y.dirty,v 1.44.2.11 2003/09/01 06:01:12 marka Exp $ */
 
 #include <config.h>
 
@@ -1888,7 +1888,7 @@ ordering_name: /* nothing */
                        $$ = $2;
                }
        }
-
+       ;
 
 rrset_ordering_element: ordering_class ordering_type ordering_name
        L_ORDER L_STRING
@@ -1918,7 +1918,7 @@ rrset_ordering_element: ordering_class ordering_type ordering_name
                isc_mem_free(memctx, $5);
                isc_mem_free(memctx, $3);
        }
-
+       ;
 
 transfer_format: L_ONE_ANSWER
        {
@@ -2188,6 +2188,7 @@ yea_or_nay: L_YES
                        $$ = isc_boolean_true;
                }
        }
+       ;
 
 notify_setting: yea_or_nay
        {
@@ -4958,6 +4959,7 @@ class_name: any_string
                isc_mem_free(memctx, $1);
                $$ = cl;
        }
+       ;
 
 wild_class_name: any_string
        {
@@ -4981,6 +4983,7 @@ wild_class_name: any_string
                isc_mem_free(memctx, $1);
                $$ = cl;
        }
+       ;
 
 optional_class: /* Empty */
        {
@@ -5814,8 +5817,8 @@ ip4_prefix: L_IP4PREFIX
 ip6_address: L_IP6ADDR
        {
                isc_sockaddr_fromin6(&$$, &$1, 0);
-       };
-
+       }
+       ;
 
 ip_prefix: ip4_address | ip4_prefix | ip6_address
        ;
index b9a379f6ae90485f2079bbddc65c8257cc109938..591c05a8de2db1a2b9d39b1b4a7d069ca1558fc2 100644 (file)
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: protocol.c,v 1.32.4.2 2003/08/29 07:08:32 marka Exp $ */
+/* $Id: protocol.c,v 1.32.4.3 2003/09/01 06:01:12 marka Exp $ */
 
 /*
  * Functions supporting the object management protocol.
@@ -159,7 +159,6 @@ send_intro(omapi_object_t *h, unsigned int ver) {
 
                /*
                 * Make up an initial transaction ID for this connection.
-                * XXXDCL better generator than random()?
                 */
                isc_random_get(&p->next_xid);