X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Findirect.git;a=blobdiff_plain;f=indirect.xs;h=4091cf31b0729b4ffc58457d6e4d8d01ded5b8f7;hp=1bd3ffa662c923708e18167f4f2de0d1069a8257;hb=d5eebf5db6ae2564857f2b8381ef9f134e933ba5;hpb=d34f50c40cce04c745a116755c566e4c4e3a516d diff --git a/indirect.xs b/indirect.xs index 1bd3ffa..4091cf3 100644 --- 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;