Backed out changeset 4eca3e990ec0

This commit is contained in:
Robert Sayre 2010-05-11 11:49:35 -04:00
parent 9becba4fbf
commit 8ab3eb9f23

View File

@ -56,7 +56,7 @@
#include "jsutil.h"
#ifdef DEBUG
const uint8 JS_FREE_PATTERN = 0xDA;
const uint8_t JS_FREE_PATTERN = 0xDA;
#endif
#define JS_UPTRDIFF(p,q) (jsuword(p) - jsuword(q))