Skip to content
Snippets Groups Projects
Commit afb14002 authored by Jeffrey A Law's avatar Jeffrey A Law Committed by Jeff Law
Browse files

df.h (transfer_function_sbitmap): Use PARAMS around argument list in function prototypes.

        * df.h (transfer_function_sbitmap): Use PARAMS around argument
        list in function prototypes.
        (transfer_function_bitmap): Likewise.

From-SVN: r47350
parent b0b3cf5e
No related branches found
No related tags found
No related merge requests found
Mon Nov 26 12:37:05 2001 Jeffrey A Law (law@cygnus.com)
* df.h (transfer_function_sbitmap): Use PARAMS around argument
list in function prototypes.
(transfer_function_bitmap): Likewise.
2001-11-26 Loren J. Rittle <ljrittle@acm.org> 2001-11-26 Loren J. Rittle <ljrittle@acm.org>
   
* config/stormy16/stormy16.h: Remove DEFAULT_VTABLE_THUNKS. * config/stormy16/stormy16.h: Remove DEFAULT_VTABLE_THUNKS.
......
...@@ -318,10 +318,10 @@ enum df_flow_dir ...@@ -318,10 +318,10 @@ enum df_flow_dir
BACKWARD BACKWARD
}; };
typedef void (*transfer_function_sbitmap) (int, int *, sbitmap, sbitmap, typedef void (*transfer_function_sbitmap) PARAMS ((int, int *, sbitmap, sbitmap,
sbitmap, sbitmap, void *); sbitmap, sbitmap, void *));
typedef void (*transfer_function_bitmap) (int, int *, bitmap, bitmap, typedef void (*transfer_function_bitmap) PARAMS ((int, int *, bitmap, bitmap,
bitmap, bitmap, void *); bitmap, bitmap, void *));
extern void iterative_dataflow_sbitmap PARAMS ((sbitmap *, sbitmap *, extern void iterative_dataflow_sbitmap PARAMS ((sbitmap *, sbitmap *,
sbitmap *, sbitmap *, sbitmap *, sbitmap *,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment