mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 01:34:18 +00:00 
			
		
		
		
	utf8proc_unicode_version is too new.
This commit is contained in:
		
							
								
								
									
										4
									
								
								proc.c
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								proc.c
									
									
									
									
									
								
							@@ -190,14 +190,14 @@ proc_start(const char *name)
 | 
				
			|||||||
	log_debug("on %s %s %s", u.sysname, u.release, u.version);
 | 
						log_debug("on %s %s %s", u.sysname, u.release, u.version);
 | 
				
			||||||
	log_debug("using libevent %s (%s)"
 | 
						log_debug("using libevent %s (%s)"
 | 
				
			||||||
#ifdef HAVE_UTF8PROC
 | 
					#ifdef HAVE_UTF8PROC
 | 
				
			||||||
	    "; utf8proc %s (Unicode %s)"
 | 
						    "; utf8proc %s"
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
#ifdef NCURSES_VERSION
 | 
					#ifdef NCURSES_VERSION
 | 
				
			||||||
	    "; ncurses " NCURSES_VERSION
 | 
						    "; ncurses " NCURSES_VERSION
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
	    , event_get_version(), event_get_method()
 | 
						    , event_get_version(), event_get_method()
 | 
				
			||||||
#ifdef HAVE_UTF8PROC
 | 
					#ifdef HAVE_UTF8PROC
 | 
				
			||||||
	    , utf8proc_version (), utf8proc_unicode_version ()
 | 
						    , utf8proc_version ()
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
	);
 | 
						);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user