File: compat-rx.h

package info (click to toggle)
libre-engine-re2-perl 0.14-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 444 kB
  • sloc: cpp: 295; perl: 80; sh: 4; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 171 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
/* Compatibility for RX_* macros added around 5.10.1. */

#ifndef RX_WRAPPED
#define RX_WRAPPED(prog) ((prog)->wrapped)
#define RX_WRAPLEN(prog) ((prog)->wraplen)
#endif