xfa: remove duplicate "const" from _XFA_CONST
This commit is contained in:
parent
61d9f34748
commit
b54afa1449
@ -44,7 +44,7 @@ _Pragma("GCC diagnostic ignored \"-Warray-bounds\"")
|
|||||||
*
|
*
|
||||||
* @internal
|
* @internal
|
||||||
*/
|
*/
|
||||||
#define _XFA_CONST(name, prio) __attribute__((used, section(".roxfa." #name "." #prio))) const
|
#define _XFA_CONST(name, prio) __attribute__((used, section(".roxfa." #name "." #prio)))
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Define a read-only cross-file array
|
* @brief Define a read-only cross-file array
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user