]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gdbinit: Use proper define syntax (GH-19557)
authorFlorian Bruhin <me@the-compiler.org>
Thu, 23 Apr 2020 12:49:26 +0000 (14:49 +0200)
committerGitHub <noreply@github.com>
Thu, 23 Apr 2020 12:49:26 +0000 (05:49 -0700)
commit1221135289306333d11db25ab20cbbd21ceec630
tree941efd42830e1bb42ab5dc483c321aca380f5517
parent8d1cbfffea7a5dbf7a3c60b066a2c2120ef08cd0
gdbinit: Use proper define syntax (GH-19557)

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

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

Automerge-Triggered-By: @csabella
Misc/gdbinit