Problem: 1623756

Title: (Build -pragma) Put "#pragma options" on top of header file

Received: Jan 29 1997 11:28AM


There is a:
#if PRAGMA_ALIGN_SUPPORTED
#pragma options align=reset
#endif
at the bottom of PascalString.h with no setting of the option at the top of the file.
Fix:

CPascalString_AC.h: Added an align=mac68k at top of file rather than removing the reset at the bottom of the file.