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

Diff of /classpath/native/target/Linux/target_native.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 43  Systems    : all Line 43  Systems    : all
43  #ifndef __TARGET_NATIVE__  #ifndef __TARGET_NATIVE__
44  #define __TARGET_NATIVE__  #define __TARGET_NATIVE__
45    
 #ifdef __cplusplus  
 extern "C" {  
 #endif  
   
46  /****************************** Includes *******************************/  /****************************** Includes *******************************/
47  /* do not move; needed here because of some macro definitions */  /* do not move; needed here because of some macro definitions */
48  #include <config.h>  #include <config.h>
# Line 65  extern "C" { Line 61  extern "C" {
61    
62  /***************************** Functions *******************************/  /***************************** Functions *******************************/
63    
64  /* include rest of definitions from generic file (do not move it to  #ifdef __cplusplus
65     another position!) */  extern "C" {
66  #include "target_generic.h"  #endif
67    
68  #ifdef __cplusplus  #ifdef __cplusplus
69  }  }
70  #endif  #endif
71    
72    /* include rest of definitions from generic file (do not move it to
73       another position!) */
74    #include "target_generic.h"
75    
76  #endif /* __TARGET_NATIVE__ */  #endif /* __TARGET_NATIVE__ */
77    
78  /* 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