mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sta-core.git
synced 2025-09-28 21:17:33 +00:00
Change include guard prefix to STA_CORE
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
* @file
|
||||
* @brief Compatibility layer for different printf implementations.
|
||||
*/
|
||||
#ifndef STA_PRINTF_HPP
|
||||
#define STA_PRINTF_HPP
|
||||
#ifndef STA_CORE_PRINTF_HPP
|
||||
#define STA_CORE_PRINTF_HPP
|
||||
|
||||
#ifdef DOXYGEN
|
||||
/**
|
||||
@@ -39,4 +39,4 @@
|
||||
#endif // STA_PRINTF_USE_MPALAND
|
||||
|
||||
|
||||
#endif // STA_PRINTF_HPP
|
||||
#endif // STA_CORE_PRINTF_HPP
|
||||
|
Reference in New Issue
Block a user