Derive-C
Loading...
Searching...
No Matches
placeholder.h
Go to the documentation of this file.
1#pragma once
2
3#if defined __clang_analyzer__
4 #define PLACEHOLDERS
5#endif
6
7#if defined __clang_daemon__
8 #define PLACEHOLDERS
9#endif