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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user