/[classpath]/classpath/native/target/Linux/target_native_math_float.h
ViewVC logotype

Diff of /classpath/native/target/Linux/target_native_math_float.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by rupp, Mon Jul 7 11:17:40 2003 UTC revision 1.4 by iproetel, Tue Nov 18 10:07:27 2003 UTC
# Line 44  Systems    : all Line 44  Systems    : all
44  #ifndef __TARGET_NATIVE_MATH_FLOAT__  #ifndef __TARGET_NATIVE_MATH_FLOAT__
45  #define __TARGET_NATIVE_MATH_FLOAT__  #define __TARGET_NATIVE_MATH_FLOAT__
46    
 #ifdef __cplusplus  
 extern "C" {  
 #endif  
   
47  /****************************** Includes *******************************/  /****************************** Includes *******************************/
48  /* do not move; needed here because of some macro definitions */  /* do not move; needed here because of some macro definitions */
49  #include <config.h>  #include <config.h>
# Line 66  extern "C" { Line 62  extern "C" {
62    
63  /***************************** Functions *******************************/  /***************************** Functions *******************************/
64    
65  /* include rest of definitions from generic file (do not move it to  #ifdef __cplusplus
66     another position!) */  extern "C" {
67  #include "target_generic_math_float.h"  #endif
68    
69  #ifdef __cplusplus  #ifdef __cplusplus
70  }  }
71  #endif  #endif
72    
73    /* include rest of definitions from generic file (do not move it to
74       another position!) */
75    #include "target_generic_math_float.h"
76    
77  #endif /* __TARGET_NATIVE_MATH_FLOAT__ */  #endif /* __TARGET_NATIVE_MATH_FLOAT__ */
78    
79  /* end of file */  /* end of file */

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26