This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

A prototype patch for function.h


Another patch.

-- 
H.J. Lu (hjl@gnu.org)
---
Sat Jun 20 16:58:47 1998  H.J. Lu  (hjl@gnu.org)

	* function.h (get_first_block_beg): New declaration.

Index: function.h
===================================================================
RCS file: /home/work/cvs/gnu/egcs/gcc/function.h,v
retrieving revision 1.1.1.7
diff -u -p -r1.1.1.7 function.h
--- function.h	1998/06/09 01:12:04	1.1.1.7
+++ function.h	1998/06/21 00:07:07
@@ -259,6 +259,8 @@ extern void restore_emit_status		PROTO((
 extern void save_storage_status		PROTO((struct function *));
 extern void restore_storage_status	PROTO((struct function *));
 
+extern rtx get_first_block_beg		PROTO((void));
+
 #ifdef rtx
 #undef rtx
 #endif


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]