summaryrefslogtreecommitdiffstats
path: root/Mac
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>1997-09-01 15:39:07 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>1997-09-01 15:39:07 (GMT)
commit2d30840b92d19f2229da75f47a5c7e8cbd254981 (patch)
tree0fd2ac410e41de1046aa993deb3c9c27b8c13b16 /Mac
parent68a0ee0a87694ab797b9795d0c3aa1ad5b566b4a (diff)
downloadcpython-2d30840b92d19f2229da75f47a5c7e8cbd254981.zip
cpython-2d30840b92d19f2229da75f47a5c7e8cbd254981.tar.gz
cpython-2d30840b92d19f2229da75f47a5c7e8cbd254981.tar.bz2
Define BUILDNO in macbuildno.h (incremented by fullbuild)
Diffstat (limited to 'Mac')
-rw-r--r--Mac/Include/config.h2
-rw-r--r--Mac/Include/macbuildno.h1
2 files changed, 3 insertions, 0 deletions
diff --git a/Mac/Include/config.h b/Mac/Include/config.h
index 454b9aa..6eed9a5 100644
--- a/Mac/Include/config.h
+++ b/Mac/Include/config.h
@@ -31,6 +31,8 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
with CodeWarrior, we generally use the most recent version.
*/
+#include "macbuildno.h"
+
#define USE_STACKCHECK
#ifdef applec
diff --git a/Mac/Include/macbuildno.h b/Mac/Include/macbuildno.h
new file mode 100644
index 0000000..aa69529
--- /dev/null
+++ b/Mac/Include/macbuildno.h
@@ -0,0 +1 @@
+#define BUILD 5