comparison src/.gdbinit @ 648:70b112526394

*** empty log message ***
author Jim Blandy <jimb@redhat.com>
date Mon, 18 May 1992 08:14:41 +0000
parents 40b255f55df3
children 540b047ece4d
comparison
equal deleted inserted replaced
647:529171c8b71c 648:70b112526394
89 end 89 end
90 90
91 define xcons 91 define xcons
92 print (struct Lisp_Cons *) ($ & 0x00ffffff) 92 print (struct Lisp_Cons *) ($ & 0x00ffffff)
93 print *$ 93 print *$
94 print $$
94 end 95 end
95 document xcons 96 document xcons
96 Print the contents of $, assuming it is an Elisp cons. 97 Print the contents of $, assuming it is an Elisp cons.
97 end 98 end
98 99