Rewrote C_HAS_ATTRIBUTE stuff
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@214
This commit is contained in:
		
							parent
							
								
									8dc6bb35ca
								
							
						
					
					
						commit
						4e5fe4159f
					
				
					 1 changed files with 9 additions and 4 deletions
				
			
		
							
								
								
									
										13
									
								
								acinclude.m4
									
										
									
									
									
								
							
							
						
						
									
										13
									
								
								acinclude.m4
									
										
									
									
									
								
							|  | @ -179,11 +179,16 @@ AH_TOP([ | |||
|  *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. | ||||
|  */ | ||||
| ]) | ||||
| 
 | ||||
| AH_TEMPLATE([C_HAS_ATTRIBUTE],[Determines if the compilers supports attributes for structures]) | ||||
| 
 | ||||
| AH_BOTTOM([#define INLINE inline]) | ||||
| AH_BOTTOM([ | ||||
| #if C_HAS_ATTRIBUTE | ||||
| 
 | ||||
| AH_BOTTOM([#if C_HAS_ATTRIBUTE | ||||
| #define GCC_ATTRIBUTE __attribute__ | ||||
| #else | ||||
| #define GCC_ATTRIBUTE(x) /* attribute not supported */ | ||||
| #endif | ||||
| }) | ||||
| #endif]) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue