Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/rasops `rasops_glue' is only here to force the heade...
details: https://anonhg.NetBSD.org/src/rev/9b716e5fc94a
branches: trunk
changeset: 473476:9b716e5fc94a
user: pk <pk%NetBSD.org@localhost>
date: Sat Jun 05 10:42:11 1999 +0000
description:
`rasops_glue' is only here to force the header file's name hence it must
be mentioned first in the expression.
Shudder..
diffstat:
sys/dev/rasops/files.rasops | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
diffs (24 lines):
diff -r 1a7ba7e26c8a -r 9b716e5fc94a sys/dev/rasops/files.rasops
--- a/sys/dev/rasops/files.rasops Sat Jun 05 10:41:37 1999 +0000
+++ b/sys/dev/rasops/files.rasops Sat Jun 05 10:42:11 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.rasops,v 1.3 1999/06/02 23:24:54 christos Exp $
+# $NetBSD: files.rasops,v 1.4 1999/06/05 10:42:11 pk Exp $
define rasops1
define rasops2
@@ -8,9 +8,11 @@
define rasops24
define rasops32
-file dev/rasops/rasops.c ((rasterconsole | wsdisplay) &
- (rasops_glue | rasops1 | rasops2 | rasops8 |
- rasops15 | rasops16 | rasops24 | rasops32)) needs-flag
+# Note: `rasops_glue' is only here to force the header file's name
+# hence it must be mentioned first (shudder...)
+file dev/rasops/rasops.c ( (rasops_glue |
+ rasops1 | rasops2 | rasops8 | rasops15 | rasops16 | rasops24 | rasops32) &
+ (rasterconsole | wsdisplay)) needs-flag
file dev/rasops/rasops_masks.c ((rasterconsole | wsdisplay) &
(rasops1 | rasops2))
Home |
Main Index |
Thread Index |
Old Index