X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=bytecode.h;h=3e8a6a9eade52c66084187a2e84f5ee3e73935cf;hb=5a0924038aa1098308ad491a6148bc59d3045ce6;hp=0239866d0a0159d01708fdf839ad06d27a69b53f;hpb=d9f975991d53b93e15d703c5e48ae9aea5162637;p=p5sagit%2Fp5-mst-13.2.git diff --git a/bytecode.h b/bytecode.h index 0239866..3e8a6a9 100644 --- a/bytecode.h +++ b/bytecode.h @@ -2,7 +2,7 @@ typedef char *pvcontents; typedef char *strconst; typedef U32 PV; typedef char *op_tr_array; -typedef int comment; +typedef int comment_t; typedef SV *svindex; typedef OP *opindex; typedef IV IV64;