Rombobjörn

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjörn Persson <bjorn@rombobjörn.se>2013-02-18 01:55:34 +0100
committerBjörn Persson <bjorn@rombobjörn.se>2013-02-18 01:55:34 +0100
commit56e74e32f5caaee8b70ca246b4040175129cd124 (patch)
treea0e85c7294199e749c8762991c751926a6d4dd59
parent4ab4a327e5203d921e29203056de4a6dd8b2f15c (diff)
Changed Inline_Always to the standard Inline.
-rw-r--r--milter_api.adb2
1 files changed, 1 insertions, 1 deletions
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;