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 5dd01337153..30c7b055ce0 100644 --- a/src/.gdbinit +++ b/src/.gdbinit | |||
| @@ -72,7 +72,7 @@ end | |||
| 72 | 72 | ||
| 73 | define xgetsym | 73 | define xgetsym |
| 74 | xgetptr $arg0 | 74 | xgetptr $arg0 |
| 75 | set $ptr = ((struct Lisp_Symbol *) ((char *)lispsym + $ptr)) | 75 | set $ptr = ((struct Lisp_Symbol *) ((char *) &lispsym + $ptr)) |
| 76 | end | 76 | end |
| 77 | 77 | ||
| 78 | # Access the name of a symbol | 78 | # Access the name of a symbol |