xfree86: Purge parsePrologueVoid.
This was included in the original commit, and then never used. Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com> Signed-off-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
		
							parent
							
								
									b25fb9fe99
								
							
						
					
					
						commit
						ea239112b0
					
				| 
						 | 
					@ -98,9 +98,6 @@ LexRec, *LexPtr;
 | 
				
			||||||
#define parsePrologue(typeptr,typerec) typeptr ptr; \
 | 
					#define parsePrologue(typeptr,typerec) typeptr ptr; \
 | 
				
			||||||
if( (ptr=calloc(1,sizeof(typerec))) == NULL ) { return NULL; }
 | 
					if( (ptr=calloc(1,sizeof(typerec))) == NULL ) { return NULL; }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define parsePrologueVoid(typeptr,typerec) int token; typeptr ptr; \
 | 
					 | 
				
			||||||
if( (ptr=calloc(1,sizeof(typerec))) == NULL ) { return; }
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#define HANDLE_RETURN(f,func)\
 | 
					#define HANDLE_RETURN(f,func)\
 | 
				
			||||||
if ((ptr->f=func) == NULL)\
 | 
					if ((ptr->f=func) == NULL)\
 | 
				
			||||||
{\
 | 
					{\
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue