From 94d9dfa47a14609e7057f26614b4094dddc8439d Mon Sep 17 00:00:00 2001 From: Pavel Machek Date: Wed, 26 Apr 2000 07:31:45 +0000 Subject: Startup renamed to __startup: it is internal function and mj already uses word startup in other context. --- filter/config.Y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'filter/config.Y') diff --git a/filter/config.Y b/filter/config.Y index f33405f..2572501 100644 --- a/filter/config.Y +++ b/filter/config.Y @@ -208,7 +208,7 @@ function_def: FUNCTION SYM { DBG( "Begining of function %s\n", $2->name ); cf_push_scope($2); } function_params function_body { extern struct f_inst *startup_func; cf_define_symbol($2, SYM_FUNCTION, $5); - if (!strcasecmp($2->name, "startup")) + if (!strcasecmp($2->name, "__startup")) startup_func = $5; $2->aux = (int) $4; $2->aux2 = $5; -- cgit v1.2.3