Changeset 49365 in webkit for trunk/JavaScriptCore/parser/Lexer.cpp
- Timestamp:
- Oct 8, 2009, 8:22:41 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/parser/Lexer.cpp
r47664 r49365 46 46 #include "Lookup.h" 47 47 #include "Lexer.lut.h" 48 49 // A bridge for yacc from the C world to the C++ world.50 int jscyylex(void* lvalp, void* llocp, void* globalData)51 {52 return static_cast<JSGlobalData*>(globalData)->lexer->lex(lvalp, llocp);53 }54 48 55 49 namespace JSC {
Note:
See TracChangeset
for help on using the changeset viewer.