Browse Source

Merge commit '7c82d31cbe9fc5d5a321ad49c14a472bd629b50f'

* commit '7c82d31cbe9fc5d5a321ad49c14a472bd629b50f':
  checkasm: Use standard multiple inclusion guards

Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
tags/n3.1
Derek Buitenhuis 10 years ago
parent
commit
ca408cf557
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tests/checkasm/checkasm.h

+ 1
- 1
tests/checkasm/checkasm.h View File

@@ -172,4 +172,4 @@ void checkasm_checked_call(void *func, ...);
#define bench_new(...) while(0)
#endif

#endif
#endif /* TESTS_CHECKASM_CHECKASM_H */

Loading…
Cancel
Save