e576bb | /* || 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. | |||
7b62e2 | || $Id$ | |||
e576bb | */ | |||
dd6bca | #define UPDATE_PC() | |||
0e0cd7 | ||||
606fc2 | #define PROG_COUNTER pc | |||
0e0cd7 | #define READ_INCR_BYTE(PC) ((INT32)(ptrdiff_t)((PC)++)[0]) |