mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-27 04:52:05 +08:00
8 lines
84 B
C
8 lines
84 B
C
|
#include "lto-19.h"
|
||
|
|
||
|
struct re_dfa_t *
|
||
|
xregcomp (void)
|
||
|
{
|
||
|
return rpl_regcomp ();
|
||
|
}
|