This is the mail archive of the gcc@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]
Other format: [Raw text]

Re: What's with this C construct?


aspiesrule@mcleodusa.net wrote:
I stumbled upon a construct that looks like this at line 263 of boehm-
gc/alloc.c: "(void (*) GC_PROTO((void)))0" (minus the quotes, of course). What does this do???

This is a list for discussing gcc development. This is not a list for teaching people how to program in C.


Hint: grep for GC_start_call_back.
--
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com


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