Source-Changes archive

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

CVS commit: src



Module Name:    src
Committed By:   christos
Date:           Mon May  3 15:39:47 UTC 1999

Modified Files:
        src/lib/libc/quad: quad.h
Log Message:
change an #if __GNUC >= 2 to #if (__GNUC__ >= 2) || defined(lint)
to get the right definition of qshift_t.




Home | Main Index | Thread Index | Old Index