diff options
Diffstat (limited to 'src/.gdbinit')
-rw-r--r-- | src/.gdbinit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/.gdbinit b/src/.gdbinit index fbad00bcc53..6b5ec279265 100644 --- a/src/.gdbinit +++ b/src/.gdbinit @@ -3,7 +3,7 @@ set main # Find lwlib source files too. dir ../lwlib -dir /gd/gnu/lesstif-0.89.9/lib/Xm +#dir /gd/gnu/lesstif-0.89.9/lib/Xm # Don't enter GDB when user types C-g to quit. # This has one unfortunate effect: you can't type C-c |