diff options
Diffstat (limited to 'dispatch')
-rw-r--r-- | dispatch/compat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dispatch/compat.h b/dispatch/compat.h index be7ab787..9b73c4f8 100644 --- a/dispatch/compat.h +++ b/dispatch/compat.h @@ -55,6 +55,7 @@ #define _Always_(annos) #define _Analysis_noreturn_ +#define _Analysis_assume_(expr) #define _At_(target, annos) #define _At_buffer_(target, iter, bound, annos) #define _COM_Outptr_ |