bug #42100, Carbon compatibility. r=gordon, saari, pinkerton, sfraser

git-svn-id: svn://10.0.0.236/trunk@72686 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
beard%netscape.com
2000-06-20 23:10:06 +00:00
parent ae69e1c56c
commit 225060e4fa
86 changed files with 675 additions and 753 deletions

View File

@@ -119,7 +119,7 @@ extern "C" {
# if !__option(enumsalwaysint)
# error You need to define 'Enums Always Int' for your project.
# endif
# if defined(GENERATING68K) && !GENERATINGCFM
# if defined(TARGET_CPU_68K) && !TARGET_RT_MAC_CFM
# if !__option(fourbyteints)
# error You need to define 'Struct Alignment: 68k' for your project.
# endif