mirror of
				https://github.com/troglobit/editline.git
				synced 2025-10-31 16:28:15 +08:00 
			
		
		
		
	Remove unused constant 'HIDE'
This commit is contained in:
		| @@ -112,9 +112,6 @@ | |||||||
| /* Define to 1 if you have the <unistd.h> header file. */ | /* Define to 1 if you have the <unistd.h> header file. */ | ||||||
| #undef HAVE_UNISTD_H | #undef HAVE_UNISTD_H | ||||||
|  |  | ||||||
| /* Enable static keyword, hides internal methods. */ |  | ||||||
| #undef HIDE |  | ||||||
|  |  | ||||||
| /* Define to 1 if `lstat' dereferences a symlink specified with a trailing | /* Define to 1 if `lstat' dereferences a symlink specified with a trailing | ||||||
|    slash. */ |    slash. */ | ||||||
| #undef LSTAT_FOLLOWS_SLASHED_SYMLINK | #undef LSTAT_FOLLOWS_SLASHED_SYMLINK | ||||||
|   | |||||||
							
								
								
									
										3
									
								
								configure
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								configure
									
									
									
									
										vendored
									
									
								
							| @@ -10907,9 +10907,6 @@ fi | |||||||
|  |  | ||||||
| $as_echo "#define SYS_UNIX 1" >>confdefs.h | $as_echo "#define SYS_UNIX 1" >>confdefs.h | ||||||
|  |  | ||||||
|  |  | ||||||
| $as_echo "#define HIDE 1" >>confdefs.h |  | ||||||
|  |  | ||||||
| ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default" | ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default" | ||||||
| if test "x$ac_cv_type_size_t" = x""yes; then : | if test "x$ac_cv_type_size_t" = x""yes; then : | ||||||
|  |  | ||||||
|   | |||||||
| @@ -43,7 +43,6 @@ AC_HEADER_TIOCGWINSZ | |||||||
|  |  | ||||||
| # Overrides and types, should be a check. | # Overrides and types, should be a check. | ||||||
| AC_DEFINE([SYS_UNIX], [1], [Default to UNIX backend, should be detected.]) | AC_DEFINE([SYS_UNIX], [1], [Default to UNIX backend, should be detected.]) | ||||||
| AC_DEFINE([HIDE], [1], [Enable static keyword, hides internal methods.]) |  | ||||||
| AC_TYPE_SIZE_T | AC_TYPE_SIZE_T | ||||||
|  |  | ||||||
| # Checks for library functions. | # Checks for library functions. | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Joachim Nilsson
					Joachim Nilsson