提交 9d93ce24 编写于 作者: R Richard Levitte

On VMS, the norm is still that symbols are uppercased, so for now it's better

 to trust that norm.  I might implement a control for this later on
上级 76c4336c
......@@ -279,8 +279,12 @@ void vms_bind_sym(DSO *dso, const char *symname, void **sym)
{
DSO_VMS_INTERNAL *ptr;
int status;
#if 0
int flags = (1<<4); /* LIB$M_FIS_MIXEDCASE, but this symbol isn't
defined in VMS older than 7.0 or so */
#else
int flags = 0;
#endif
struct dsc$descriptor_s symname_dsc;
*sym = NULL;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册