artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b5da8e
)
it is very annoying to print a version without -v being specified
author
deraadt
<deraadt@openbsd.org>
Wed, 15 Nov 1995 13:13:42 +0000
(13:13 +0000)
committer
deraadt
<deraadt@openbsd.org>
Wed, 15 Nov 1995 13:13:42 +0000
(13:13 +0000)
gnu/usr.bin/bc/bc.y
patch
|
blob
|
history
diff --git
a/gnu/usr.bin/bc/bc.y
b/gnu/usr.bin/bc/bc.y
index
f5ba161
..
27fd7b1
100644
(file)
--- a/
gnu/usr.bin/bc/bc.y
+++ b/
gnu/usr.bin/bc/bc.y
@@
-107,11
+107,11
@@
program : /* empty */
{
$$ = 0;
- if (interactive)
+
/*
if (interactive)
{
printf ("%s\n", BC_VERSION);
welcome ();
- }
+ }
*/
}
| program input_item
;