From c11c2ef7eddcb7f5b6bef57cd72487a2a4579dd1 Mon Sep 17 00:00:00 2001 From: dholland Date: Sat, 22 Mar 2014 20:07:05 +0000 Subject: tag decl() __noinline, as inlining it would defeat its purpose (which is to not have interesting string literals appear in the compiled binary) --- adventure/init.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/adventure/init.c b/adventure/init.c index bb316c51..c39b34f4 100644 --- a/adventure/init.c +++ b/adventure/init.c @@ -1,4 +1,4 @@ -/* $NetBSD: init.c,v 1.20 2011/08/31 16:24:55 plunky Exp $ */ +/* $NetBSD: init.c,v 1.21 2014/03/22 20:07:05 dholland Exp $ */ /*- * Copyright (c) 1993 @@ -39,7 +39,7 @@ #if 0 static char sccsid[] = "@(#)init.c 8.1 (Berkeley) 6/2/93"; #else -__RCSID("$NetBSD: init.c,v 1.20 2011/08/31 16:24:55 plunky Exp $"); +__RCSID("$NetBSD: init.c,v 1.21 2014/03/22 20:07:05 dholland Exp $"); #endif #endif /* not lint */ @@ -137,7 +137,7 @@ init(void) poof(); } -char * +__noinline char * decr(int a, int b, int c, int d, int e) { static char buf[6]; -- cgit v1.2.3-56-ge451