fix inconsistency #99

This commit is contained in:
Costa Vitor 2009-06-01 18:10:31 -05:00
parent 28f593f0a8
commit 8e30d82119
1 changed files with 1 additions and 1 deletions

View File

@ -548,7 +548,7 @@ extern void initCharTypes(void);
/**** stuff from pl-os.c ****/
extern void cleanupOs(void);
extern void PL_clock_wait_ticks(intptr_t waited);
extern void PL_clock_wait_ticks(long waited);
extern void setOSFeatures(void);
extern uintptr_t FreeMemory(void);
extern uint64_t _PL_Random(void);