|
|
result.u.integer = strtol(num.c_str(), (char **)NULL, 16);
|
|
result.u.integer = strtol(num.c_str(), (char **)NULL, 16);
|
|
|
return CPPToken(INTEGER, first_line, first_col, first_file, num, result);
|
|
return CPPToken(INTEGER, first_line, first_col, first_file, num, result);
|