Changeset 41627 in webkit for trunk/JavaScriptCore/jsc.cpp
- Timestamp:
- Mar 12, 2009, 8:26:20 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/jsc.cpp
r41219 r41627 380 380 } 381 381 382 static void runInteractive(GlobalObject* globalObject) 382 static 383 #if !HAVE(READLINE) 384 NO_RETURN 385 #endif 386 void runInteractive(GlobalObject* globalObject) 383 387 { 384 388 while (true) {
Note:
See TracChangeset
for help on using the changeset viewer.