Ignore:
Timestamp:
2006-03-16T00:32:41Z (19 years ago)
Author:
Josef Cejka <malyzelenyhnus@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
585819d
Parents:
69cdeec
Message:

SoftFloat integrated into HelenOS uspace.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • softfloat/arch/ia32/include/functions.h

    r69cdeec raa59fa0  
    2727 */
    2828
    29 #ifndef __ia32_FUNCTIONS_H__
    30 #define __ia32_FUNCTIONS_H__
     29#ifndef __SOFTFLOAT_FUNCTIONS_H__
     30#define __SOFTFLOAT_FUNCTIONS_H__
    3131
    3232#define float32_to_int(X) float32_to_int32(X);
     
    6262#define ulonglong_to_float64(X) uint64_to_float64(X);
    6363
     64#endif
    6465
    65 
    66 #endif
Note: See TracChangeset for help on using the changeset viewer.