From 56e74e32f5caaee8b70ca246b4040175129cd124 Mon Sep 17 00:00:00 2001 From: Björn Persson Date: Mon, 18 Feb 2013 01:55:34 +0100 Subject: Changed Inline_Always to the standard Inline. --- milter_api.adb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/milter_api.adb b/milter_api.adb index 0b705b2..ab0793b 100644 --- a/milter_api.adb +++ b/milter_api.adb @@ -739,7 +739,7 @@ package body Milter_API is procedure Start_Wrapping is separate; -- If thread wrapping was enabled at compile time, then Start_Wrapping tells -- the thread wrapper to start wrapping threads. Otherwise it does nothing. - pragma Inline_Always(Start_Wrapping); + pragma Inline(Start_Wrapping); procedure Main is function smfi_main return int; -- cgit v1.2.3