mirror of
				https://github.com/3proxy/3proxy.git
				synced 2025-11-04 15:52:39 +08:00 
			
		
		
		
	export pcre_options
This commit is contained in:
		
							parent
							
								
									d2dcf4bb69
								
							
						
					
					
						commit
						f23b6b0d96
					
				@ -351,7 +351,7 @@ static struct commands pcre_commandhandlers[] = {
 | 
				
			|||||||
static struct symbol regexp_symbols[] = {
 | 
					static struct symbol regexp_symbols[] = {
 | 
				
			||||||
	{regexp_symbols+1, "pcre_compile", (void*) pcre_compile},
 | 
						{regexp_symbols+1, "pcre_compile", (void*) pcre_compile},
 | 
				
			||||||
	{regexp_symbols+2, "pcre_exec", (void*) pcre_exec},
 | 
						{regexp_symbols+2, "pcre_exec", (void*) pcre_exec},
 | 
				
			||||||
	{NULL, "pcre_config", (void *)pcre_config},
 | 
						{NULL, "pcre_options", (void *)&pcre_options},
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#ifdef WATCOM
 | 
					#ifdef WATCOM
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user