diff options
Diffstat (limited to 'devel/ddd/patches/patch-ai')
-rw-r--r-- | devel/ddd/patches/patch-ai | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/devel/ddd/patches/patch-ai b/devel/ddd/patches/patch-ai index a247c355081..ef52f20c51a 100644 --- a/devel/ddd/patches/patch-ai +++ b/devel/ddd/patches/patch-ai @@ -1,13 +1,9 @@ -$NetBSD: patch-ai,v 1.1 2004/06/04 11:19:32 shannonjr Exp $ +$NetBSD: patch-ai,v 1.2 2005/01/11 09:04:16 martti Exp $ ---- ddd/Command.C.orig 2003-10-07 05:58:23.000000000 -0600 -+++ ddd/Command.C -@@ -191,6 +191,8 @@ void translate_command(string& command) - - case GDB: +--- ddd/Command.C.orig 2004-06-07 14:52:52.000000000 +0300 ++++ ddd/Command.C 2005-01-11 10:15:09.000000000 +0200 +@@ -190,2 +190,4 @@ break; + default: + break; } - - // When recording, realize certain commands as auto commands. |