1b10db | /*\ ||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed under GPL, LGPL and MPL. See the file COPYING ||| for more information. ||| $Id: computedgoto.h,v 1.6 2002/10/08 20:22:28 nilsson Exp $ \*/ | |||
dd6bca | #define UPDATE_PC() | |||
0e0cd7 | ||||
606fc2 | #define PROG_COUNTER pc | |||
0e0cd7 | #define READ_INCR_BYTE(PC) ((INT32)(ptrdiff_t)((PC)++)[0]) |