From 5854fbfeb1b670fe987aa73e649d2ac40cfa044c Mon Sep 17 00:00:00 2001 From: kai Date: Mon, 11 Mar 2013 22:32:33 +0100 Subject: [PATCH] Fix comments --- dmd2/declaration.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dmd2/declaration.h b/dmd2/declaration.h index af7b9952..7193296c 100644 --- a/dmd2/declaration.h +++ b/dmd2/declaration.h @@ -927,10 +927,10 @@ struct FuncDeclaration : Declaration // Functions that wouldn't have gotten semantic3'ed if we weren't inlining set this flag. bool availableExternally; - // true if overridden with the pragma(allow_inline); stmt + // true if overridden with the pragma(LDC_allow_inline); stmt bool allowInlining; - // true if set with pragma(LDC_no_inline) + // true if set with the pragma(LDC_never_inline); stmt bool neverInline; // true if has inline assembler