From 067ed3185fea2967d0800264ae2f829e6e1fcc98 Mon Sep 17 00:00:00 2001 From: obrien Date: Fri, 11 Mar 2005 04:52:49 +0000 Subject: Commit a partial WIP before I loose it. --- devel/gdb6/files/fbsd4.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'devel/gdb6/files') diff --git a/devel/gdb6/files/fbsd4.h b/devel/gdb6/files/fbsd4.h index 28afb1ba4ca1..7e3bef49c737 100644 --- a/devel/gdb6/files/fbsd4.h +++ b/devel/gdb6/files/fbsd4.h @@ -13,3 +13,9 @@ rl_get_screen_size (int *rows, int *cols) if (rows) *rows = screenheight; if (cols) *cols = screenwidth; } + +#if 0 +#define savestring +#include +#undef savestring +#endif -- cgit