mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	remove double underscores
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
		
							parent
							
								
									a9a5a69b73
								
							
						
					
					
						commit
						9dd704bc4b
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		| 
						 | 
					@ -5,7 +5,6 @@ import re
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ifndef  = re.compile("#ifndef \_(.*)\_H\_")
 | 
					ifndef  = re.compile("#ifndef \_(.*)\_H\_")
 | 
				
			||||||
doubleu = re.compile("#(.*) (.*)\_\_H\_")
 | 
					doubleu = re.compile("#(.*) (.*)\_\_H\_")
 | 
				
			||||||
#doubleu2 = re.compile("#define (.*)\_\_H\_")
 | 
					 | 
				
			||||||
defn    = re.compile("#define \_(.*)\_H\_")
 | 
					defn    = re.compile("#define \_(.*)\_H\_")
 | 
				
			||||||
endif   = re.compile("#endif /\* \_(.*)\_H\_")
 | 
					endif   = re.compile("#endif /\* \_(.*)\_H\_")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue