mirror of
				https://github.com/osmarks/ngircd.git
				synced 2025-10-31 05:52:59 +00:00 
			
		
		
		
	- Reihenfolge der Tests geaendert. Ist "huebscher" :-)
This commit is contained in:
		| @@ -9,7 +9,7 @@ | |||||||
|  * Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste |  * Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste | ||||||
|  * der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS. |  * der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS. | ||||||
|  * |  * | ||||||
|  * $Id: portabtest.c,v 1.5 2002/05/30 16:52:20 alex Exp $ |  * $Id: portabtest.c,v 1.6 2002/06/26 12:48:20 alex Exp $ | ||||||
|  * |  * | ||||||
|  * portabtest.c: Testprogramm fuer portab.h |  * portabtest.c: Testprogramm fuer portab.h | ||||||
|  */ |  */ | ||||||
| @@ -31,6 +31,8 @@ main( VOID ) | |||||||
| { | { | ||||||
| 	INT ret = 0; | 	INT ret = 0; | ||||||
|  |  | ||||||
|  | 	printf( "- system type: %s/%s/%s\n", TARGET_CPU, TARGET_VENDOR, TARGET_OS ); | ||||||
|  |  | ||||||
| 	printf( "- datatypes: "); | 	printf( "- datatypes: "); | ||||||
| 	if( ! portab_check_types( )) | 	if( ! portab_check_types( )) | ||||||
| 	{ | 	{ | ||||||
| @@ -39,8 +41,6 @@ main( VOID ) | |||||||
| 	} | 	} | ||||||
| 	else puts( "ok." ); | 	else puts( "ok." ); | ||||||
|  |  | ||||||
| 	printf( "- system type: %s/%s/%s\n", TARGET_CPU, TARGET_VENDOR, TARGET_OS ); |  | ||||||
|  |  | ||||||
| 	return ret; | 	return ret; | ||||||
| } /* main */ | } /* main */ | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Alexander Barton
					Alexander Barton