PHP 8.2.30
Preview: classext.h Size: 501 B
/proc/self/root/opt/alt/ruby27/include/ruby/backward/classext.h

#if   defined __GNUC__
#warning use of RClass internals is deprecated
#elif defined _MSC_VER
#pragma message("warning: use of RClass internals is deprecated")
#endif

#ifndef RUBY_BACKWARD_CLASSEXT_H
#define RUBY_BACKWARD_CLASSEXT_H 1

typedef struct rb_deprecated_classext_struct {
    VALUE super;
} rb_deprecated_classext_t;

#undef RCLASS_SUPER(c)
#define RCLASS_EXT(c) ((rb_deprecated_classext_t *)RCLASS(c)->ptr)
#define RCLASS_SUPER(c) (RCLASS(c)->super)

#endif	/* RUBY_BACKWARD_CLASSEXT_H */

Directory Contents

Dirs: 0 × Files: 6

Name Size Perms Modified Actions
501 B lrw-r--r-- 2023-03-30 12:34:08
Edit Download
15.98 KB lrw-r--r-- 2023-03-30 12:34:08
Edit Download
191 B lrw-r--r-- 2023-03-30 12:34:08
Edit Download
895 B lrw-r--r-- 2023-03-30 12:34:08
Edit Download
193 B lrw-r--r-- 2023-03-30 12:34:08
Edit Download
203 B lrw-r--r-- 2023-03-30 12:34:08
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).