d7450ce6d5
at compiletime, with an explanatory error message. Previously they would only get a warning. These files will be finally removed 2001-01-15
5 lines
129 B
C
5 lines
129 B
C
/* $FreeBSD$ */
|
|
#if __GNUC__
|
|
#error "this file includes <machine/mouse.h> which is deprecated, use <sys/mouse.h> instead"
|
|
#endif
|