From ef8e866fbf73d4673aa3b12e667dd9fa03d58eee Mon Sep 17 00:00:00 2001 From: spence Date: Tue, 12 May 1998 18:42:16 +0000 Subject: [PATCH] changes for shack layout element git-svn-id: svn://10.0.0.236/trunk@1451 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/lib/layout/edtutil.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mozilla/lib/layout/edtutil.cpp b/mozilla/lib/layout/edtutil.cpp index 650d907bcf8..80e3dcddd97 100644 --- a/mozilla/lib/layout/edtutil.cpp +++ b/mozilla/lib/layout/edtutil.cpp @@ -850,6 +850,10 @@ static char* TagString(int32 tagType) return "block"; // PT_BLOCK case P_NOLAYER: return PT_NOLAYER; // (?) jrm 97/03/08 according to instructions below. +#ifdef SHACK + case P_BUILTIN: + return PT_BUILTIN; +#endif default: // If we get here, then it's a new tag that's been added to lib\libparse\pa_tags.h // The fix is to add this new tag to the case statement above.