Move test HAVE_GMP to make it not include the header files, and thus
no cause warnings when pointer type is later used. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22294 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
		@@ -37,7 +37,6 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
RCSID("$Id$");
 | 
					RCSID("$Id$");
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#ifdef HAVE_GMP
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include <stdio.h>
 | 
					#include <stdio.h>
 | 
				
			||||||
#include <stdlib.h>
 | 
					#include <stdlib.h>
 | 
				
			||||||
@@ -48,6 +47,8 @@ RCSID("$Id$");
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
#include <roken.h>
 | 
					#include <roken.h>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#ifdef HAVE_GMP
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include <gmp.h>
 | 
					#include <gmp.h>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
static void
 | 
					static void
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user