ADT
        ast-experimental
      
      
        
          | 
            Last change
 on this file since b05beaa was             0b66ef9, checked in by Michael Brooks <mlbrooks@…>, 3 years ago           | 
        
        
          | 
             
Add linked list performance experiment 
 
           | 
        
        
          
            
              - 
Property                 mode
 set to                 
100644
               
             
           | 
        
        
          | 
            File size:
            225 bytes
           | 
        
      
      
| Line |   | 
|---|
| 1 | #ifdef __cforall
 | 
|---|
| 2 | #define __needExternC
 | 
|---|
| 3 | #endif
 | 
|---|
| 4 | 
 | 
|---|
| 5 | #ifdef __cplusplus
 | 
|---|
| 6 | #define __needExternC
 | 
|---|
| 7 | #endif
 | 
|---|
| 8 | 
 | 
|---|
| 9 | #ifdef __needExternC
 | 
|---|
| 10 | #define MAYBE_EXTERN_C(...) extern "C" { __VA_ARGS__ }
 | 
|---|
| 11 | #else
 | 
|---|
| 12 | #define MAYBE_EXTERN_C(...) __VA_ARGS__
 | 
|---|
| 13 | #endif
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.