ef2e6a7dc9
to remove stuff after #endif to avoid RCS problems with patches (hi christos!).
13 lines
373 B
Text
13 lines
373 B
Text
$NetBSD: patch-ag,v 1.3 2003/11/11 10:42:32 wiz Exp $
|
|
|
|
--- fep_funcs.h.orig Wed May 29 07:31:20 1991
|
|
+++ fep_funcs.h
|
|
@@ -22,7 +22,7 @@ int delete_previous_character();
|
|
int delete_previous_word();
|
|
int delete_previous_Word();
|
|
int delete_to_kill_buffer();
|
|
-int terminate();
|
|
+void terminate __P((int));
|
|
int end_of_line();
|
|
int expand_file_name();
|
|
int forward_character();
|