From: Vincent Pit Date: Fri, 11 Nov 2011 18:00:43 +0000 (+0100) Subject: Reorder the members of the indirect_op_info struct a bit X-Git-Tag: rt82562~10 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Findirect.git;a=commitdiff_plain;h=d5eebf5db6ae2564857f2b8381ef9f134e933ba5 Reorder the members of the indirect_op_info struct a bit --- 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;