Changeset 34471 in webkit for trunk/JavaScriptCore/kjs
- Timestamp:
- Jun 9, 2008, 2:02:23 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/testkjs.cpp
r34470 r34471 46 46 47 47 #if HAVE(READLINE) 48 #include <readline/history.h> 48 49 #include <readline/readline.h> 49 50 #endif … … 349 350 bool done = false; 350 351 while (!done) { 351 #if HAVE _READLINE352 #if HAVE(READLINE) 352 353 char* line = readline(interactivePrompt); 353 354 if (!line)
Note:
See TracChangeset
for help on using the changeset viewer.