From 001aa86d34228020db2dc168e22712b83bb8d8f5 Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Wed, 28 May 1997 11:54:43 +0000 Subject: [PATCH] Added a range of resource numbers reserved for Bruce --- Mac/Include/pythonresources.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Mac/Include/pythonresources.h b/Mac/Include/pythonresources.h index 562567827a7..af921d2a66a 100644 --- a/Mac/Include/pythonresources.h +++ b/Mac/Include/pythonresources.h @@ -92,6 +92,9 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. /* twit range. Again needed to forestall conflicts with scripts using their own resources */ #define TWIT_MIN 500 #define TWIT_MAX 507 +/* Bruce range. The same */ +#define BRUCE_MIN 468 +#define BRUCE_MAX 499 /* ** The following are valid both in the binary (or shared library)