1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00

[ruby] const

This commit is contained in:
Witold Filipczyk 2022-01-30 19:43:11 +01:00
parent 53afb21279
commit 192cb6f380

View File

@ -47,7 +47,7 @@ erb_report_error(struct session *ses, int error)
VALUE eclass; VALUE eclass;
VALUE einfo; VALUE einfo;
char buff[MAX_STR_LEN]; char buff[MAX_STR_LEN];
char *msg; const char *msg;
/* XXX: Ew. These are from the Ruby internals. */ /* XXX: Ew. These are from the Ruby internals. */
#define TAG_RETURN 0x1 #define TAG_RETURN 0x1