use constant

db4
Doug Coleman 2009-08-27 11:24:26 -05:00
parent b36d2be416
commit a17250bd1b
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ NSApplicationDelegateReplyFailure ;
: NSApp ( -- app ) NSApplication -> sharedApplication ;
: NSAnyEventMask ( -- mask ) HEX: ffffffff ; inline
CONSTANT: NSAnyEventMask HEX: ffffffff
FUNCTION: void NSBeep ( ) ;