aboutsummaryrefslogtreecommitdiffstats
path: root/mps/code
diff options
context:
space:
mode:
authorNick Barnes2002-06-21 15:06:03 +0100
committerNick Barnes2002-06-21 15:06:03 +0100
commitbabf8fa85cecd1ec06a0440455be417c544db15c (patch)
tree426dc441f1ca1e6ea39cc2ca0fd1aa39b563e400 /mps/code
parent91f3758a6a8f239c9c0776787a96256ea9fef610 (diff)
downloademacs-babf8fa85cecd1ec06a0440455be417c544db15c.tar.gz
emacs-babf8fa85cecd1ec06a0440455be417c544db15c.zip
Remove mpstd.h
Copied from Perforce Change: 30381 ServerID: perforce.ravenbrook.com
Diffstat (limited to 'mps/code')
-rw-r--r--mps/code/mpstd.h12
1 files changed, 5 insertions, 7 deletions
diff --git a/mps/code/mpstd.h b/mps/code/mpstd.h
index 4043b6716d7..7884fc016f8 100644
--- a/mps/code/mpstd.h
+++ b/mps/code/mpstd.h
@@ -259,7 +259,6 @@
259#define MPS_ARCH_AL 259#define MPS_ARCH_AL
260#define MPS_BUILD_GC 260#define MPS_BUILD_GC
261#define MPS_T_WORD unsigned long 261#define MPS_T_WORD unsigned long
262#define MPS_T_SHORT unsigned
263#define MPS_WORD_WIDTH 64 262#define MPS_WORD_WIDTH 64
264#define MPS_WORD_SHIFT 6 263#define MPS_WORD_SHIFT 6
265#define MPS_PF_ALIGN 8 264#define MPS_PF_ALIGN 8
@@ -274,7 +273,6 @@
274#define MPS_ARCH_AL 273#define MPS_ARCH_AL
275#define MPS_BUILD_CC 274#define MPS_BUILD_CC
276#define MPS_T_WORD unsigned long 275#define MPS_T_WORD unsigned long
277#define MPS_T_SHORT unsigned
278#define MPS_WORD_WIDTH 64 276#define MPS_WORD_WIDTH 64
279#define MPS_WORD_SHIFT 6 277#define MPS_WORD_SHIFT 6
280#define MPS_PF_ALIGN 8 278#define MPS_PF_ALIGN 8
@@ -338,18 +336,18 @@
338 * Copyright (C) 2001-2002 Ravenbrook Limited <http://www.ravenbrook.com/>. 336 * Copyright (C) 2001-2002 Ravenbrook Limited <http://www.ravenbrook.com/>.
339 * All rights reserved. This is an open source license. Contact 337 * All rights reserved. This is an open source license. Contact
340 * Ravenbrook for commercial licensing options. 338 * Ravenbrook for commercial licensing options.
341 * 339 *
342 * Redistribution and use in source and binary forms, with or without 340 * Redistribution and use in source and binary forms, with or without
343 * modification, are permitted provided that the following conditions are 341 * modification, are permitted provided that the following conditions are
344 * met: 342 * met:
345 * 343 *
346 * 1. Redistributions of source code must retain the above copyright 344 * 1. Redistributions of source code must retain the above copyright
347 * notice, this list of conditions and the following disclaimer. 345 * notice, this list of conditions and the following disclaimer.
348 * 346 *
349 * 2. Redistributions in binary form must reproduce the above copyright 347 * 2. Redistributions in binary form must reproduce the above copyright
350 * notice, this list of conditions and the following disclaimer in the 348 * notice, this list of conditions and the following disclaimer in the
351 * documentation and/or other materials provided with the distribution. 349 * documentation and/or other materials provided with the distribution.
352 * 350 *
353 * 3. Redistributions in any form must be accompanied by information on how 351 * 3. Redistributions in any form must be accompanied by information on how
354 * to obtain complete source code for this software and any accompanying 352 * to obtain complete source code for this software and any accompanying
355 * software that uses this software. The source code must either be 353 * software that uses this software. The source code must either be
@@ -360,7 +358,7 @@
360 * include source code for modules or files that typically accompany the 358 * include source code for modules or files that typically accompany the
361 * major components of the operating system on which the executable file 359 * major components of the operating system on which the executable file
362 * runs. 360 * runs.
363 * 361 *
364 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS 362 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
365 * IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 363 * IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
366 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR 364 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR