diff options
Diffstat (limited to 'src/u8c/seterr.h')
-rw-r--r-- | src/u8c/seterr.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/u8c/seterr.h b/src/u8c/seterr.h index 0aee4e6..df3270f 100644 --- a/src/u8c/seterr.h +++ b/src/u8c/seterr.h @@ -13,8 +13,9 @@ If not, see <https://www.gnu.org/licenses/>. */ +/* Set error */ # if !defined(u8c_sym_seterr) # define u8c_sym_seterr # include <stdint.h> -extern uint_least8_t u8c_seterr(uint_least32_t * const restrict msg); +extern uint_least8_t u8c_seterr(uint_least32_t * const msg); # endif |