*** empty log message ***
authorJim Blandy <jimb@redhat.com>
Fri, 28 Aug 1992 03:34:22 +0000 (03:34 +0000)
committerJim Blandy <jimb@redhat.com>
Fri, 28 Aug 1992 03:34:22 +0000 (03:34 +0000)
src/.gdbinit

index 28fe006..a046876 100644 (file)
@@ -95,7 +95,7 @@ end
 
 define xcons
 print (struct Lisp_Cons *) ($ & 0x00ffffff)
-output *(struct Lisp_Cons *) ($ & 0x00ffffff)
+output *$
 echo \n
 end
 document xcons