mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
checkasm: Use standard multiple inclusion guards
This commit is contained in:
parent
3d8025d602
commit
7c82d31cbe
@ -20,8 +20,8 @@
|
|||||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef CHECKASM_H
|
#ifndef TESTS_CHECKASM_CHECKASM_H
|
||||||
#define CHECKASM_H
|
#define TESTS_CHECKASM_CHECKASM_H
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
@ -167,4 +167,4 @@ void checkasm_checked_call(void *func, ...);
|
|||||||
#define bench_new(...) while(0)
|
#define bench_new(...) while(0)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif /* TESTS_CHECKASM_CHECKASM_H */
|
||||||
|
Loading…
Reference in New Issue
Block a user