Deleted Added
full compact
cpplib.h (259405) cpplib.h (259890)
1/* Definitions for CPP library.
2 Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
3 2004, 2005
4 Free Software Foundation, Inc.
5 Written by Per Bothner, 1994-95.
6
7This program is free software; you can redistribute it and/or modify it
8under the terms of the GNU General Public License as published by the

--- 306 unchanged lines hidden (view full) ---

315
316 /* Nonzero means warn if a user-supplied include directory does not
317 exist. */
318 unsigned char warn_missing_include_dirs;
319
320 /* Nonzero means warn if there are any trigraphs. */
321 unsigned char warn_trigraphs;
322
1/* Definitions for CPP library.
2 Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
3 2004, 2005
4 Free Software Foundation, Inc.
5 Written by Per Bothner, 1994-95.
6
7This program is free software; you can redistribute it and/or modify it
8under the terms of the GNU General Public License as published by the

--- 306 unchanged lines hidden (view full) ---

315
316 /* Nonzero means warn if a user-supplied include directory does not
317 exist. */
318 unsigned char warn_missing_include_dirs;
319
320 /* Nonzero means warn if there are any trigraphs. */
321 unsigned char warn_trigraphs;
322
323 /* APPLE LOCAL begin -Wnewline-eof 2001-08-23 --sts */
324 /* Nonzero means warn if no newline at end of file. */
325 unsigned char warn_newline_at_eof;
326 /* APPLE LOCAL end -Wnewline-eof 2001-08-23 --sts */
327
323 /* Nonzero means warn about multicharacter charconsts. */
324 unsigned char warn_multichar;
325
326 /* Nonzero means warn about various incompatibilities with
327 traditional C. */
328 unsigned char warn_traditional;
329
330 /* Nonzero means warn about long long numeric constants. */

--- 533 unchanged lines hidden ---
328 /* Nonzero means warn about multicharacter charconsts. */
329 unsigned char warn_multichar;
330
331 /* Nonzero means warn about various incompatibilities with
332 traditional C. */
333 unsigned char warn_traditional;
334
335 /* Nonzero means warn about long long numeric constants. */

--- 533 unchanged lines hidden ---