mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[ruby] const
This commit is contained in:
parent
53afb21279
commit
192cb6f380
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user