diff src/input.cc @ 2939:f2feebf0eb7d

[project @ 1997-05-06 16:36:34 by jwe]
author jwe
date Tue, 06 May 1997 16:36:35 +0000
parents 8722c6284b72
children e9c24f32f175
line wrap: on
line diff
--- a/src/input.cc
+++ b/src/input.cc
@@ -20,17 +20,7 @@
 
 */
 
-/*
-
-The 2 functions listed below were adapted from similar functions
-from GNU Bash, the Bourne Again SHell, copyright (C) 1987, 1989, 1991
-Free Software Foundation, Inc.
-
-  read_octal    decode_prompt_string
-
-*/
-
-// Use the GNU readline library for command line editing and hisory.
+// Get command input interactively or from files.
 
 #ifdef HAVE_CONFIG_H
 #include <config.h>