comparison libcpp/internal.h @ 63:b7f97abdc517 gcc-4.6-20100522

update gcc from gcc-4.5.0 to gcc-4.6
author ryoma <e075725@ie.u-ryukyu.ac.jp>
date Mon, 24 May 2010 12:47:05 +0900
parents 77e2b8dfacca
children f6334be47118
comparison
equal deleted inserted replaced
56:3c8a44c06a95 63:b7f97abdc517
238 /* Location in the clean line the note refers to. */ 238 /* Location in the clean line the note refers to. */
239 const unsigned char *pos; 239 const unsigned char *pos;
240 240
241 /* Type of note. The 9 'from' trigraph characters represent those 241 /* Type of note. The 9 'from' trigraph characters represent those
242 trigraphs, '\\' an escaped newline, ' ' an escaped newline with 242 trigraphs, '\\' an escaped newline, ' ' an escaped newline with
243 intervening space, and anything else is invalid. */ 243 intervening space, 0 represents a note that has already been handled,
244 and anything else is invalid. */
244 unsigned int type; 245 unsigned int type;
245 }; 246 };
246 247
247 /* Represents the contents of a file cpplib has read in. */ 248 /* Represents the contents of a file cpplib has read in. */
248 struct cpp_buffer 249 struct cpp_buffer