1 $NetBSD: patch-af,v 1.7 2012/03/01 22:00:44 hans Exp $
3 --- fep_funcs.c.orig 1991-05-29 01:31:18.000000000 -0400
4 +++ fep_funcs.c 2005-12-10 16:59:27.000000000 -0500
10 +#include "fep_defs.h"
11 #include "fep_funcs.h"
14 @@ -94,7 +95,7 @@ FunctionTableEnt FunctionNameTable[] = {
16 {list_file_name, "list-file-name",
18 - {terminate, "terminate",
19 + {(FUNC)terminate, "terminate",
23 @@ -193,7 +194,7 @@ FunctionTableEnt BuiltinFuncTable[] = {
24 "Operation \"else\""},
25 {fep_endif, "fep-endif",
26 "Operation \"endif\""},
27 - {terminate, "fep-exit",
28 + {(FUNC)terminate, "fep-exit",
30 {suspend, "fep-suspend",