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 131459f3064..95667e67960 100644 --- a/src/.gdbinit +++ b/src/.gdbinit | |||
| @@ -145,7 +145,7 @@ end | |||
| 145 | 145 | ||
| 146 | define xsymbol | 146 | define xsymbol |
| 147 | print (struct Lisp_Symbol *) ((((int) $) & $valmask) | gdb_data_seg_bits) | 147 | print (struct Lisp_Symbol *) ((((int) $) & $valmask) | gdb_data_seg_bits) |
| 148 | output &$->name->data | 148 | output (char*)&$->name->data |
| 149 | echo \n | 149 | echo \n |
| 150 | end | 150 | end |
| 151 | document xsymbol | 151 | document xsymbol |