]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/tree-core.h
sh.c: Do not include algorithm.
[thirdparty/gcc.git] / gcc / tree-core.h
index f8ee8ccb7481bf152cd6c822bfdaaca8ca678280..58bdffff6ad18e77edac5e5d58f7ddcad5ffa8b6 100644 (file)
@@ -1877,10 +1877,6 @@ extern GTY(()) builtin_info_type builtin_info;
 /* If nonzero, an upper limit on alignment of structure fields, in bits,  */
 extern unsigned int maximum_field_alignment;
 
-/* Nonzero means lvalues are limited to those valid in pedantic ANSI C.
-   Zero means allow extended lvalues.  */
-extern int pedantic_lvalues;
-
 /* Points to the FUNCTION_DECL of the function whose body we are reading.  */
 extern GTY(()) tree current_function_decl;