This file is indexed.

/usr/lib/parrot/3.6.0/include/interpflags.pasm is in parrot 3.6.0-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
# DO NOT EDIT THIS FILE.
#
# This file is generated automatically from
# include/parrot/interpreter.h by tools/build/h2inc.pl
#
# Any changes made here will be lost.
#
.macro_const PARROT_NO_FLAGS             0
.macro_const PARROT_BOUNDS_FLAG          4
.macro_const PARROT_PROFILE_FLAG         8
.macro_const PARROT_GC_DEBUG_FLAG       16
.macro_const PARROT_EXTERN_CODE_FLAG   256
.macro_const PARROT_DESTROY_FLAG       512
.macro_const PARROT_IS_THREAD         4096
.macro_const PARROT_THR_COPY_INTERP   8192
.macro_const PARROT_THR_THREAD_POOL  16384