This website requires JavaScript.
Explore
Help
Sign In
steve
/
factor
Watch
1
Star
0
Fork
You've already forked factor
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
ff1d24d25e
factor
/
native
/
unix
/
run.c
8 lines
66 B
C
Raw
Normal View
History
Unescape
Escape
Win32 version ported to gcc, eliminate MSVC hacks, add gcc hacks
2005-02-08 17:05:08 -05:00
#
include
"../factor.h"
void
platform_run
(
)
{
Various fixes for recent callback-related runtime changes
2006-02-13 16:00:21 -05:00
run_toplevel
(
)
;
Win32 version ported to gcc, eliminate MSVC hacks, add gcc hacks
2005-02-08 17:05:08 -05:00
}