refactor: remove B_SPELL macro (#26063)

This commit is contained in:
zeertzjq
2023-11-16 11:50:04 +08:00
committed by GitHub
parent bb4b4576e3
commit 931f28841c
4 changed files with 3 additions and 8 deletions

View File

@@ -12,7 +12,7 @@
#endif
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "base64.c.generated.h" // IWYU prgama: export
# include "base64.c.generated.h" // IWYU pragma: export
#endif
static const char alphabet[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";