mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-03 16:46:18 +00:00 
			
		
		
		
	-sys/queue.h in proc.c, and nuke the unnecessary C++ header guards stuff and
sys/cdefs.h in vis.h (it causes problems on some platforms). Reported by someone on GitHub, issue 212.
This commit is contained in:
		@@ -73,9 +73,6 @@
 | 
			
		||||
 */
 | 
			
		||||
#define	UNVIS_END	1	/* no more characters */
 | 
			
		||||
 | 
			
		||||
#include <sys/cdefs.h>
 | 
			
		||||
 | 
			
		||||
__BEGIN_DECLS
 | 
			
		||||
char	*vis(char *, int, int, int);
 | 
			
		||||
int	strvis(char *, const char *, int);
 | 
			
		||||
int	stravis(char **, const char *, int);
 | 
			
		||||
@@ -85,6 +82,4 @@ int	strunvis(char *, const char *);
 | 
			
		||||
int	unvis(char *, char, int *, int);
 | 
			
		||||
ssize_t strnunvis(char *, const char *, size_t);
 | 
			
		||||
 | 
			
		||||
__END_DECLS
 | 
			
		||||
 | 
			
		||||
#endif /* !_VIS_H_ */
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user