329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
|
/*
*---------------------------------------------------------------------------
*
* TclpInitPlatform --
*
* Initialize all the platform-dependant things like signals and
* floating-point error handling.
*
* Called at process initialization time.
*
* Results:
* None.
*
|
|
|
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
|
/*
*---------------------------------------------------------------------------
*
* TclpInitPlatform --
*
* Initialize all the platform-dependent things like signals and
* floating-point error handling.
*
* Called at process initialization time.
*
* Results:
* None.
*
|