]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.7] gdbinit: Use proper define syntax (GH-19557) (GH-19678)
authorFlorian Bruhin <me@the-compiler.org>
Thu, 23 Apr 2020 15:53:23 +0000 (17:53 +0200)
committerGitHub <noreply@github.com>
Thu, 23 Apr 2020 15:53:23 +0000 (08:53 -0700)
commite1072d60dbbbfdb41000880da912760c8b60b1f4
treeb826e2fab25a5c0cbc998afcd65cdb108e7c844e
parente7f8684ef77d280eb99b8533fd18455caa0fe194
[3.7] gdbinit: Use proper define syntax (GH-19557) (GH-19678)

Using `def` rather than `define` results in:

    Ambiguous command "def pu": define, define-prefix.

Automerge-Triggered-By: @csabella.
(cherry picked from commit 1221135289306333d11db25ab20cbbd21ceec630)

Co-authored-by: Florian Bruhin <me@the-compiler.org>
Misc/gdbinit