From 029c56f6adfe39a015740f2bae38ab7ec4747d3d Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Fri, 20 Jan 1995 20:12:25 +0000 Subject: [PATCH] (xbufobjfwd, xbuflocal, xwinconfig): Renamed from xbuffer_objfwd, xbuffer_local_value, xwindow_configuration since gdb doesn't allow underscores in macro names. --- src/.gdbinit | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/.gdbinit b/src/.gdbinit index 2b5d9bade63..cb513723969 100644 --- a/src/.gdbinit +++ b/src/.gdbinit @@ -115,17 +115,17 @@ document xobjfwd Print $ as an object forwarding pointer, assuming it is an Emacs Lisp Misc value. end -define xbuffer_objfwd +define xbufobjfwd print (struct Lisp_Buffer_Objfwd *) (($ & 0x0fffffff) | $data_seg_bits) end -document xbuffer_objfwd +document xbufobjfwd Print $ as a buffer-local object forwarding pointer, assuming it is an Emacs Lisp Misc value. end -define xbuffer_local_value +define xbuflocal print (struct Lisp_Buffer_Local_Value *) (($ & 0x0fffffff) | $data_seg_bits) end -document xbuffer_local_value +document xbuflocal Print $ as a buffer-local-value pointer, assuming it is an Emacs Lisp Misc value. end @@ -176,10 +176,10 @@ document xframe Print $ as a frame pointer, assuming it is an Emacs Lisp frame value. end -define xwindow_configuration +define xwinconfig print (struct save_window_data *) (($ & 0x0fffffff) | $data_seg_bits) end -document xwindow_configuration +document xwinconfig Print $ as a window configuration pointer, assuming it is an Emacs Lisp window configuration value. end -- 2.39.5