Bugzilla bug #351: Removed two extra '>' characters.

Thanks to Romain Vignes <rvignes@cal.fr> for the problem report and fix.
This commit is contained in:
wtc 1998-06-09 01:14:56 +00:00
parent 6418ed1985
commit 2ba9c2caec

View File

@ -171,8 +171,8 @@ PR_EXTERN(PRThread *) PR_GetPrimaryThread();
#define kDefaultMacintoshStackSize 58 * 1024
#define PR_NUM_GCREGS 70
#else
#define _MD_GET_PC(_t) (*((PRUint32 *)((_t)->>md.jb) + 6))
#define _MD_GET_SP(_t) (*((PRUint32 *)((_t)->>md.jb) + 12))
#define _MD_GET_PC(_t) (*((PRUint32 *)((_t)->md.jb) + 6))
#define _MD_GET_SP(_t) (*((PRUint32 *)((_t)->md.jb) + 12))
#define INIT_STACKPTR(stackTop) ((unsigned char*)stackTop - 4)
#define kDefaultMacintoshStackSize 58 * 1024
#define PR_NUM_GCREGS 13