Skip to content

Commit

Permalink
FIX: disabled libc-init code for MacOS X, it seems it is not required.
Browse files Browse the repository at this point in the history
  • Loading branch information
dockimbel committed Feb 26, 2012
1 parent 21994a4 commit 78e02b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions red-system/runtime/start.reds
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ system: declare struct! [ ;-- trimmed down temporary system definition
stack [__stack!] ;-- stack virtual access
]


#switch OS [
Windows [] ;-- nothing to do, initialization occurs in DLL init entry point
MacOSX [] ;-- nothing to do @@
Syllable [
#import [LIBC-file cdecl [
libc-start: "__libc_start_main" [
Expand Down

0 comments on commit 78e02b7

Please sign in to comment.