changes for shack layout element

git-svn-id: svn://10.0.0.236/trunk@1451 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
spence 1998-05-12 18:42:16 +00:00
parent 0b01b981e2
commit ef8e866fbf

View File

@ -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.