Changeset 398 for trunk


Ignore:
Timestamp:
02/24/08 06:39:59 (16 years ago)
Author:
Nicholas Riley
Message:

Remove NSZombieEnabled

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Cocoa/F-Script Anywhere/Source/main.m

    r342 r398  
    1 #import <Cocoa/Cocoa.h>
    2 #import <Foundation/NSDebug.h>
     1#import <AppKit/NSApplication.h>
    32
    43int main(int argc, const char *argv[])
    54{
    6         NSZombieEnabled = 1;
    75    return NSApplicationMain(argc, argv);
    86}
Note: See TracChangeset for help on using the changeset viewer.