diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1997-05-28 11:54:43 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1997-05-28 11:54:43 (GMT) |
commit | 001aa86d34228020db2dc168e22712b83bb8d8f5 (patch) | |
tree | caf613d4f5e04edaa566e934fb1b0cf126c598bb /Mac/Include | |
parent | c8296db67df8955580be1fbb0ac5754b3c396107 (diff) | |
download | cpython-001aa86d34228020db2dc168e22712b83bb8d8f5.zip cpython-001aa86d34228020db2dc168e22712b83bb8d8f5.tar.gz cpython-001aa86d34228020db2dc168e22712b83bb8d8f5.tar.bz2 |
Added a range of resource numbers reserved for Bruce
Diffstat (limited to 'Mac/Include')
-rw-r--r-- | Mac/Include/pythonresources.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Mac/Include/pythonresources.h b/Mac/Include/pythonresources.h index 5625678..af921d2 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) |