From 51da15d56fce6dcbfb317335963ddfdecbb03b77 Mon Sep 17 00:00:00 2001 From: Richard Tucker Date: Fri, 26 Sep 1997 15:04:45 +0100 Subject: [PATCH] Add grotesque interface version (arena instead of space) Copied from Perforce Change: 18847 ServerID: perforce.ravenbrook.com --- mps/qa/test/testlib/versind.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/mps/qa/test/testlib/versind.h b/mps/qa/test/testlib/versind.h index 8bec101b558..c110c68c773 100644 --- a/mps/qa/test/testlib/versind.h +++ b/mps/qa/test/testlib/versind.h @@ -5,9 +5,16 @@ valid versions are: MO : modern -- i.e. as in thursday afternoon OS : oldstyle -- dylan.incr.patch.11 + GR : grotesque -- dylan.honeybee (space -> arena) */ +#if defined(MMQA_VERS_GR) + +#include "grotesq.h" + +#elif defined(MMQA_VERS_MO) + +#include "modern.h" -#if defined(MMQA_VERS_MO) #elif defined(MMQA_VERS_OS) #include "oldstyle.h"