summaryrefslogtreecommitdiff
path: root/usr.bin/dc
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-01-20 21:41:21 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-01-20 21:41:21 +0000
commit802c9b8ba826f3e560f0f1e655bdb8828cb67bf7 (patch)
tree9ee3babcd0cbbf06450c1a04654c840d49c6110e /usr.bin/dc
parent898920ffecbf3b00b02ffdb0360fc63d325f5aa2 (diff)
duplicated entry; evarts@amazon.com
Diffstat (limited to 'usr.bin/dc')
-rw-r--r--usr.bin/dc/bcode.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/dc/bcode.c b/usr.bin/dc/bcode.c
index 8021b5dd178..014ae6cfe83 100644
--- a/usr.bin/dc/bcode.c
+++ b/usr.bin/dc/bcode.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: bcode.c,v 1.20 2003/12/19 19:23:16 otto Exp $ */
+/* $OpenBSD: bcode.c,v 1.21 2004/01/20 21:41:20 deraadt Exp $ */
/*
* Copyright (c) 2003, Otto Moerbeek <otto@drijf.net>
@@ -17,7 +17,7 @@
*/
#ifndef lint
-static const char rcsid[] = "$OpenBSD: bcode.c,v 1.20 2003/12/19 19:23:16 otto Exp $";
+static const char rcsid[] = "$OpenBSD: bcode.c,v 1.21 2004/01/20 21:41:20 deraadt Exp $";
#endif /* not lint */
#include <ssl/ssl.h>
@@ -209,7 +209,6 @@ static const struct jump_entry jump_table_data[] = {
{ 'n', pop_printn },
{ 'o', set_obase },
{ 'p', print_tos },
- { 'p', print_tos },
{ 'q', quit },
{ 'r', swap },
{ 's', store },