Skip to content
Snippets Groups Projects
Commit 80e056bb authored by Tomáš Pecka's avatar Tomáš Pecka Committed by Jan Trávníček
Browse files

Remove #ifndef/#define/#endif clauses in favour of #pragma once

Although #pragma once is not a standard, compilers nowadays usually
support it. We don't have any tricky build system so we should be OK.

This also fixes many errors regarding using reserved identifiers (names
starting with double underscore).
parent 59a7da43
No related branches found
No related tags found
Loading
Showing
with 20 additions and 61 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment