diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/.gdbinit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/.gdbinit b/src/.gdbinit index 28fe00672d4..a046876405b 100644 --- a/src/.gdbinit +++ b/src/.gdbinit | |||
| @@ -95,7 +95,7 @@ end | |||
| 95 | 95 | ||
| 96 | define xcons | 96 | define xcons |
| 97 | print (struct Lisp_Cons *) ($ & 0x00ffffff) | 97 | print (struct Lisp_Cons *) ($ & 0x00ffffff) |
| 98 | output *(struct Lisp_Cons *) ($ & 0x00ffffff) | 98 | output *$ |
| 99 | echo \n | 99 | echo \n |
| 100 | end | 100 | end |
| 101 | document xcons | 101 | document xcons |