comparison src/input.cc @ 240:a99f28f5e351

[project @ 1993-11-30 20:24:36 by jwe]
author jwe
date Tue, 30 Nov 1993 20:24:36 +0000
parents cd2e49fb4f6b
children d66cc97f77a9
comparison
equal deleted inserted replaced
239:4f8134fa54a9 240:a99f28f5e351
21 21
22 */ 22 */
23 23
24 // Use the GNU readline library for command line editing and hisory. 24 // Use the GNU readline library for command line editing and hisory.
25 25
26 #ifdef __GNUG__ 26 #ifdef HAVE_CONFIG_H
27 #pragma implementation 27 #include "config.h"
28 #endif 28 #endif
29 29
30 #include <stdio.h> 30 #include <stdio.h>
31 #include <stdlib.h> 31 #include <stdlib.h>
32 #include <iostream.h> 32 #include <iostream.h>