projects
/
perl
/
modules
/
indirect.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
781011e
)
Reorder the members of the indirect_op_info struct a bit
author
Vincent Pit <vince@profvince.com>
Fri, 11 Nov 2011 18:00:43 +0000 (19:00 +0100)
committer
Vincent Pit <vince@profvince.com>
Fri, 11 Nov 2011 18:00:43 +0000 (19:00 +0100)
indirect.xs
patch
|
blob
|
history
diff --git
a/indirect.xs
b/indirect.xs
index
1bd3ffa
..
4091cf3
100644
(file)
--- a/
indirect.xs
+++ b/
indirect.xs
@@
-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;