Changeset 3233 for trunk/essentials/app-shells/bash/lib/readline/history.c
- Timestamp:
- Apr 30, 2007, 1:04:30 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/essentials/app-shells/bash/lib/readline/history.c
r3231 r3233 31 31 32 32 #include <stdio.h> 33 34 33 35 34 36 #if defined (HAVE_STDLIB_H) … … 247 249 is set to NULL. */ 248 250 void 249 add_history (string )251 add_history (string) 250 252 const char *string; 253 251 254 { 252 255 HIST_ENTRY *temp; 256 257 258 259 260 261 262 263 264 265 266 267 268 253 269 254 270 if (history_stifled && (history_length == history_max_entries))
Note:
See TracChangeset
for help on using the changeset viewer.
