0
0
mirror of https://github.com/rkd77/elinks.git synced 2025-10-21 19:54:04 -04:00

[char] Introduced macro C_

C_("aaaa") -> (char *)("aaaa")
This commit is contained in:
Witold Filipczyk
2022-01-19 22:49:13 +01:00
parent de2a787900
commit 2fa67c5730
24 changed files with 671 additions and 670 deletions

View File

@@ -36,5 +36,6 @@
/* util/math.h is supposed to be around all the time. */
#include "util/math.h"
#define C_(str) (char *)((str))
#endif