Changeset 941d1e9 in mainline for include/fpu_context.h


Ignore:
Timestamp:
2005-09-29T22:47:42Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
922c7ce
Parents:
40a468a
Message:

Make cross-compiler the default compiler on IA-32.
For native compilations, use ./build.ia32 native.

Small changes elsewhere.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/fpu_context.h

    r40a468a r941d1e9  
    2727 */
    2828
    29 #ifndef fpu_context_h
    30 #define fpu_context_h
     29#ifndef __FPU_CONTEXT_H__
     30#define __FPU_CONTEXT_H__
    3131
    3232
     
    4141
    4242
    43 #endif /*fpu_context_h*/
     43#endif /* __FPU_CONTEXT_H__ */
    4444
Note: See TracChangeset for help on using the changeset viewer.