Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/external/bsd/file/dist/src



On Thu, 16 Jan 2014, Joerg Sonnenberger wrote:
Module Name:    src
Committed By:   joerg
Date:           Thu Jan 16 23:36:52 UTC 2014

Modified Files:
        src/external/bsd/file/dist/src: file.c

Log Message:
Only use __dead if it exists.

I think the code would be easier to read with

#ifndef __dead
#define __dead /* nothing */
#endif

--apb (Alan Barrett)


Home | Main Index | Thread Index | Old Index