comparison libcpp/macro.c @ 36:855418dad1a3

gcc-4.4-20091020
author e075725
date Tue, 22 Dec 2009 21:19:31 +0900
parents a06113de4d67
children 77e2b8dfacca
comparison
equal deleted inserted replaced
19:58ad6c70ea60 36:855418dad1a3
373 source = token->val.source; 373 source = token->val.source;
374 continue; 374 continue;
375 } 375 }
376 376
377 escape_it = (token->type == CPP_STRING || token->type == CPP_CHAR 377 escape_it = (token->type == CPP_STRING || token->type == CPP_CHAR
378 || token->type == CPP_WSTRING || token->type == CPP_STRING 378 || token->type == CPP_WSTRING || token->type == CPP_WCHAR
379 || token->type == CPP_STRING32 || token->type == CPP_CHAR32 379 || token->type == CPP_STRING32 || token->type == CPP_CHAR32
380 || token->type == CPP_STRING16 || token->type == CPP_CHAR16); 380 || token->type == CPP_STRING16 || token->type == CPP_CHAR16);
381 381
382 /* Room for each char being written in octal, initial space and 382 /* Room for each char being written in octal, initial space and
383 final quote and NUL. */ 383 final quote and NUL. */