diff options
author | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-03-20 02:17:20 +0000 |
---|---|---|
committer | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-03-20 02:17:20 +0000 |
commit | fbd0a1aced0bb045b6ed41a769a0d8b5a0b073fc (patch) | |
tree | ca321d72ba838fd9f30b00fc2dfa9cc47c34cc20 /gcc/halfpic.h | |
parent | 0799286bb5af2ddcd040b83c2fc547f24c91cf6c (diff) | |
download | gcc-fbd0a1aced0bb045b6ed41a769a0d8b5a0b073fc.tar.gz |
Add prototypes.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@3794 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/halfpic.h')
-rw-r--r-- | gcc/halfpic.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gcc/halfpic.h b/gcc/halfpic.h index 777afcfbf70..d6102ccfd56 100644 --- a/gcc/halfpic.h +++ b/gcc/halfpic.h @@ -31,12 +31,12 @@ int (*ptr_half_pic_address_p) (); /* ptr to half_pic_address_p () */ extern int half_pic_number_ptrs; /* # distinct pointers found */ extern int half_pic_number_refs; /* # half-pic references */ -extern void half_pic_encode (); /* encode whether half-pic */ -extern void half_pic_declare (); /* declare object local */ -extern void half_pic_init (); /* half_pic initialization */ -extern void half_pic_finish (); /* half_pic termination */ -extern int half_pic_address_p (); /* true if an address is half-pic */ -extern struct rtx_def *half_pic_ptr (); /* return RTX for half-pic pointer */ +extern void half_pic_encode PROTO((tree)); /* encode whether half-pic */ +extern void half_pic_declare PROTO((char *)); /* declare object local */ +extern void half_pic_init PROTO((void)); /* half_pic initialization */ +extern void half_pic_finish PROTO((FILE *)); /* half_pic termination */ +extern int half_pic_address_p PROTO((rtx)); /* true if an address is half-pic */ +extern struct rtx_def *half_pic_ptr PROTO((rtx)); /* return RTX for half-pic pointer */ /* Macros to provide access to the half-pic stuff (so they can easily be stubbed out. */ |