mirror of
				https://github.com/python/cpython.git
				synced 2025-11-04 07:31:38 +00:00 
			
		
		
		
	Keep confstr entries in alphabetical order.
This commit is contained in:
		
							parent
							
								
									affec45a02
								
							
						
					
					
						commit
						876d7c84e6
					
				
					 1 changed files with 6 additions and 6 deletions
				
			
		| 
						 | 
					@ -5986,6 +5986,12 @@ static struct constdef posix_constants_confstr[] = {
 | 
				
			||||||
#ifdef _CS_ARCHITECTURE
 | 
					#ifdef _CS_ARCHITECTURE
 | 
				
			||||||
    {"CS_ARCHITECTURE",	_CS_ARCHITECTURE},
 | 
					    {"CS_ARCHITECTURE",	_CS_ARCHITECTURE},
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					#ifdef _CS_GNU_LIBC_VERSION
 | 
				
			||||||
 | 
					    {"CS_GNU_LIBC_VERSION",	_CS_GNU_LIBC_VERSION},
 | 
				
			||||||
 | 
					#endif
 | 
				
			||||||
 | 
					#ifdef _CS_GNU_LIBPTHREAD_VERSION
 | 
				
			||||||
 | 
					    {"CS_GNU_LIBPTHREAD_VERSION",	_CS_GNU_LIBPTHREAD_VERSION},
 | 
				
			||||||
 | 
					#endif
 | 
				
			||||||
#ifdef _CS_HOSTNAME
 | 
					#ifdef _CS_HOSTNAME
 | 
				
			||||||
    {"CS_HOSTNAME",	_CS_HOSTNAME},
 | 
					    {"CS_HOSTNAME",	_CS_HOSTNAME},
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
| 
						 | 
					@ -6127,12 +6133,6 @@ static struct constdef posix_constants_confstr[] = {
 | 
				
			||||||
#ifdef _MIPS_CS_VENDOR
 | 
					#ifdef _MIPS_CS_VENDOR
 | 
				
			||||||
    {"MIPS_CS_VENDOR",	_MIPS_CS_VENDOR},
 | 
					    {"MIPS_CS_VENDOR",	_MIPS_CS_VENDOR},
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
#ifdef _CS_GNU_LIBC_VERSION
 | 
					 | 
				
			||||||
    {"CS_GNU_LIBC_VERSION",	_CS_GNU_LIBC_VERSION},
 | 
					 | 
				
			||||||
#endif
 | 
					 | 
				
			||||||
#ifdef _CS_GNU_LIBPTHREAD_VERSION
 | 
					 | 
				
			||||||
    {"CS_GNU_LIBPTHREAD_VERSION",	_CS_GNU_LIBPTHREAD_VERSION},
 | 
					 | 
				
			||||||
#endif
 | 
					 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
static int
 | 
					static int
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue