This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
Re: [PATCH] dtrace: accept "char const" via pyparsing
- From: "Frank Ch. Eigler" <fche at redhat dot com>
- To: Stefan Hajnoczi <stefanha at redhat dot com>
- Cc: systemtap at sourceware dot org, Stan Cox <scox at redhat dot com>
- Date: Thu, 1 Feb 2018 11:25:35 -0500
- Subject: Re: [PATCH] dtrace: accept "char const" via pyparsing
- Authentication-results: sourceware.org; auth=none
- References: <20180201161707.3652-1-stefanha@redhat.com>
Hi -
> The widely used "const char" declaration specifier can also be written
> as "char const". While this form is rarely used, currently produces the
> following warning from dtrace(1): [...]
> This patch extends the pyparsing grammar [...]
Thanks, merged!
- FChE