From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30208 invoked by alias); 12 Apr 2002 18:28:33 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 30197 invoked from network); 12 Apr 2002 18:28:32 -0000 Received: from unknown (HELO cygnus.com) (205.180.83.203) by sources.redhat.com with SMTP; 12 Apr 2002 18:28:32 -0000 Received: from redhat.com (reddwarf.sfbay.redhat.com [172.16.24.50]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id LAA17816; Fri, 12 Apr 2002 11:27:36 -0700 (PDT) Message-ID: <3CB72449.28B22AF4@redhat.com> Date: Fri, 12 Apr 2002 11:28:00 -0000 From: Michael Snyder Organization: Red Hat, Inc. X-Accept-Language: en MIME-Version: 1.0 To: Andreas Schwab CC: Don Howard , Hilfinger@cs.berkeley.edu, Daniel Jacobowitz , gdb-patches@sources.redhat.com Subject: Re: [RFA] Avoid recursivly defined user functions. References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2002-04/txt/msg00463.txt.bz2 Andreas Schwab wrote: > > Don Howard writes: > > |> + > |> + add_show_from_set ( > |> + add_set_cmd ("max_user_call_depth", no_class, var_integer, > > I think this should use hyphens instead of underscores. Yeah, that's sort of the unwritten convention. Other than that, I like it.