Merge branch 'blead' of git+ssh://perl5.git.perl.org/perl into blead
[p5sagit/p5-mst-13.2.git] / embed.fnc
index 6b24d1e..17089ff 100644 (file)
--- a/embed.fnc
+++ b/embed.fnc
@@ -502,16 +502,16 @@ ApR       |bool   |is_utf8_print  |NN const U8 *p
 ApR    |bool   |is_utf8_punct  |NN const U8 *p
 ApR    |bool   |is_utf8_xdigit |NN const U8 *p
 ApR    |bool   |is_utf8_mark   |NN const U8 *p
-pR     |bool   |is_utf8_X_begin        |NN const U8 *p
-pR     |bool   |is_utf8_X_extend       |NN const U8 *p
-pR     |bool   |is_utf8_X_prepend      |NN const U8 *p
-pR     |bool   |is_utf8_X_non_hangul   |NN const U8 *p
-pR     |bool   |is_utf8_X_L            |NN const U8 *p
-pR     |bool   |is_utf8_X_LV           |NN const U8 *p
-pR     |bool   |is_utf8_X_LVT          |NN const U8 *p
-pR     |bool   |is_utf8_X_LV_LVT_V     |NN const U8 *p
-pR     |bool   |is_utf8_X_T            |NN const U8 *p
-pR     |bool   |is_utf8_X_V            |NN const U8 *p
+ApR    |bool   |is_utf8_X_begin        |NN const U8 *p
+ApR    |bool   |is_utf8_X_extend       |NN const U8 *p
+ApR    |bool   |is_utf8_X_prepend      |NN const U8 *p
+ApR    |bool   |is_utf8_X_non_hangul   |NN const U8 *p
+ApR    |bool   |is_utf8_X_L            |NN const U8 *p
+ApR    |bool   |is_utf8_X_LV           |NN const U8 *p
+ApR    |bool   |is_utf8_X_LVT          |NN const U8 *p
+ApR    |bool   |is_utf8_X_LV_LVT_V     |NN const U8 *p
+ApR    |bool   |is_utf8_X_T            |NN const U8 *p
+ApR    |bool   |is_utf8_X_V            |NN const U8 *p
 : Used in perly.y
 p      |OP*    |jmaybe         |NN OP *o
 : Used in pp.c