Changeset 27689 in webkit for trunk/JavaScriptCore/pcre/dftables.cpp
- Timestamp:
- Nov 11, 2007, 11:24:37 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/pcre/dftables.cpp
r27686 r27689 40 40 41 41 /* This is a freestanding support program to generate a file containing default 42 character tables for PCRE. The tables are built according to the default C 43 locale. Now that pcre_maketables is a function visible to the outside world, we 44 make use of its code from here in order to be consistent. */ 42 character tables. The tables are built according to the default C 43 locale. */ 44 45 #define DFTABLES 45 46 46 47 #include <ctype.h> … … 160 161 161 162 fclose(f); 162 free((void *)base_of_tables);163 delete []base_of_tables; 163 164 return 0; 164 165 }
Note:
See TracChangeset
for help on using the changeset viewer.