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
Родитель 60d6ca5b96
Коммит 77ea041820
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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