it is very annoying to print a version without -v being specified
authorderaadt <deraadt@openbsd.org>
Wed, 15 Nov 1995 13:13:42 +0000 (13:13 +0000)
committerderaadt <deraadt@openbsd.org>
Wed, 15 Nov 1995 13:13:42 +0000 (13:13 +0000)
gnu/usr.bin/bc/bc.y

index f5ba161..27fd7b1 100644 (file)
 program                        : /* empty */
                            {
                              $$ = 0;
-                             if (interactive)
+                             /*if (interactive)
                                {
                                  printf ("%s\n", BC_VERSION);
                                  welcome ();
-                               }
+                               }*/
                            }
                        | program input_item
                        ;