PERFORCE change 34343 for review

Marcel Moolenaar marcel at FreeBSD.org
Fri Jul 11 02:27:42 PDT 2003


http://perforce.freebsd.org/chv.cgi?CH=34343

Change 34343 by marcel at marcel_nfs on 2003/07/11 02:27:21

	Add declaration for mesg_bad_pointer_cast. This
	previously resided in c-tree.h.

Affected files ...

.. //depot/projects/ia64/contrib/gcc/c-common.h#7 edit

Differences ...

==== //depot/projects/ia64/contrib/gcc/c-common.h#7 (text+ko) ====

@@ -508,6 +508,10 @@
 /* C/ObjC language option variables.  */
 
 
+/* Warn about bad pointer casts.  1 = warning, 2 = error.  */
+
+extern int mesg_bad_pointer_cast;
+
 /* Nonzero means message about use of implicit function declarations;
  1 means warning; 2 means error.  */
 


More information about the p4-projects mailing list