30 lines
787 B
Text
30 lines
787 B
Text
$NetBSD: patch-af,v 1.3 2003/11/11 10:42:32 wiz Exp $
|
|
|
|
--- fep_funcs.c.orig Wed May 29 07:31:18 1991
|
|
+++ fep_funcs.c
|
|
@@ -6,6 +6,7 @@ static char rcsid[]=
|
|
#endif lint
|
|
|
|
#include <stdio.h>
|
|
+#include "fep_defs.h"
|
|
#include "fep_funcs.h"
|
|
|
|
/*
|
|
@@ -94,7 +95,7 @@ FunctionTableEnt FunctionNameTable[] = {
|
|
"Expand file name"},
|
|
{list_file_name, "list-file-name",
|
|
"List file name"},
|
|
- {terminate, "terminate",
|
|
+ {(FUNC)terminate, "terminate",
|
|
"Terminate fep"},
|
|
{suspend, "suspend",
|
|
"Suspend fep"},
|
|
@@ -193,7 +194,7 @@ FunctionTableEnt BuiltinFuncTable[] = {
|
|
"Operation \"else\""},
|
|
{fep_endif, "fep-endif",
|
|
"Operation \"endif\""},
|
|
- {terminate, "fep-exit",
|
|
+ {(FUNC)terminate, "fep-exit",
|
|
"Terminate fep"},
|
|
{suspend, "fep-suspend",
|
|
"Suspend fep"},
|