diff options
-rw-r--r-- | .gdbinit | 6 | ||||
-rw-r--r-- | node.h | 1 |
2 files changed, 0 insertions, 7 deletions
@@ -768,12 +768,6 @@ define nd_args rp ($arg0).u3.node end - -define nd_noex - printf "%su1.id%s: ", $color_highlite, $color_end - p ($arg0).u1.id -end - define nd_defn printf "%su3.node%s: ", $color_highlite, $color_end rp ($arg0).u3.node @@ -345,7 +345,6 @@ typedef struct RNode { #define nd_args u3.node #define nd_ainfo u3.args -#define nd_noex u3.id #define nd_defn u3.node #define nd_cpath u1.node |