Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
7c82d31c
Commit
7c82d31c
authored
Feb 16, 2016
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
checkasm: Use standard multiple inclusion guards
parent
3d8025d6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
checkasm.h
tests/checkasm/checkasm.h
+3
-3
No files found.
tests/checkasm/checkasm.h
View file @
7c82d31c
...
@@ -20,8 +20,8 @@
...
@@ -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, ...);
...
@@ -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 */
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment