3 * Copyright (C) 2015 by Larry Wall and others
5 * You may distribute under the terms of either the GNU General Public
6 * License or the Artistic License, as specified in the README file.
9 #ifndef PERL_DQUOTE_INLINE_H_ /* Guard against nested #inclusion */
10 #define PERL_DQUOTE_INLINE_H_
13 - regcurly - a little FSA that accepts {\d+,?\d*}
16 PERL_STATIC_INLINE I32
17 S_regcurly(const char *s)
19 PERL_ARGS_ASSERT_REGCURLY;
36 #endif /* PERL_DQUOTE_INLINE_H_ */