]> git.vpit.fr Git - perl/modules/indirect.git/commitdiff
Reorder the members of the indirect_op_info struct a bit
authorVincent Pit <vince@profvince.com>
Fri, 11 Nov 2011 18:00:43 +0000 (19:00 +0100)
committerVincent Pit <vince@profvince.com>
Fri, 11 Nov 2011 18:00:43 +0000 (19:00 +0100)
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;