397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
|
/*
*---------------------------------------------------------------------------
*
* TclpInitPlatform --
*
* Initialize all the platform-dependant things like signals and
* floating-point error handling.
*
* Called at process initialization time.
*
* Results:
* None.
*
|
|
|
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
|
/*
*---------------------------------------------------------------------------
*
* TclpInitPlatform --
*
* Initialize all the platform-dependent things like signals and
* floating-point error handling.
*
* Called at process initialization time.
*
* Results:
* None.
*
|