Skip to content

rb_file_const is not working #1067

Closed
@nobu

Description

@nobu

In dir.c, rb_file_const is used to define constants in static rb_mFConst in file.c.

    rb_file_const("FNM_NOESCAPE", INT2FIX(FNM_NOESCAPE));

RDoc::Parser::C#do_constants scans this line, but RDoc::Parser::C#gen_const_table does not support rb_file_const and the document for this line is ignored.

Ditto for rb_curses_define_const.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions