]> git.vpit.fr Git - perl/modules/indirect.git/blobdiff - indirect.xs
Reorder the members of the indirect_op_info struct a bit
[perl/modules/indirect.git] / indirect.xs
index 1bd3ffa662c923708e18167f4f2de0d1069a8257..4091cf31b0729b4ffc58457d6e4d8d01ded5b8f7 100644 (file)
@@ -182,10 +182,10 @@ typedef SV indirect_hint_t;
  * thread cleanup. */
 
 typedef struct {
+ char   *buf;
  STRLEN  pos;
  STRLEN  size;
  STRLEN  len;
- char   *buf;
  line_t  line;
 } indirect_op_info_t;