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.