Changeset 29440 in webkit for trunk/JavaScriptCore
- Timestamp:
- Jan 12, 2008, 10:19:57 AM (17 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r29439 r29440 1 2008-01-12 Darin Adler <[email protected]> 2 3 - try to fix Qt Windows build 4 5 * pcre/dftables: Remove reliance on the list form of Perl pipes. 6 1 7 2008-01-12 Darin Adler <[email protected]> 2 8 -
trunk/JavaScriptCore/pcre/dftables
r29382 r29440 256 256 close($fh); 257 257 258 open(CPP, " -|", "cpp", $tempFile) or die "$!";258 open(CPP, "cpp '$tempFile' |") or die "$!"; 259 259 my $content = <CPP>; 260 260 close(CPP);
Note:
See TracChangeset
for help on using the changeset viewer.