openbsd-ports/x11/xview/config/patches/p-lib_pixrect_traprop_h
espie ee305feb7e Missed a few XCOMM.
gcc3's cpp warns about missing defines in imakefiles, two obvious fixes.
Start removing warnings caused by extra shit at end of #undef...
2003-12-30 01:52:22 +00:00

10 lines
340 B
Plaintext

$OpenBSD: p-lib_pixrect_traprop_h,v 1.1 2003/12/30 01:52:22 espie Exp $
--- lib/pixrect/traprop.h.orig 2003-12-30 02:27:44.000000000 +0100
+++ lib/pixrect/traprop.h 2003-12-30 02:27:51.000000000 +0100
@@ -23,4 +23,4 @@ struct pr_trap {
int y0, y1; /* top+bottom boundaries */
};
-#endif traprop_DEFINED
+#endif /* traprop_DEFINED */