mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Remove duplicate patch.
Poked by: kris Pointy hat to: sobomax
This commit is contained in:
parent
185ce7eba2
commit
725f5e4623
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=76461
@ -1,23 +0,0 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- src/glyph.h 2002/08/26 17:43:17 1.1
|
||||
+++ src/glyph.h 2002/08/26 17:44:14
|
||||
@@ -20,7 +20,7 @@
|
||||
#define __GFE_GLYPH_H__
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
-#include <values.h>
|
||||
+#include <limits.h>
|
||||
|
||||
/* macro for type casting */
|
||||
#define GFE_GLYPH(glyph) ((GfeGlyph*)(glyph))
|
||||
@@ -29,7 +29,7 @@
|
||||
#define GFE_GLYPH_NO_ENCODING (-1)
|
||||
|
||||
/* constant used to define undefined status of variables */
|
||||
-#define GFE_UNDEFINED (MAXINT)
|
||||
+#define GFE_UNDEFINED (INT_MAX)
|
||||
|
||||
/* macro(s) to access member(s) of GfeGlyph structure */
|
||||
#define GFE_GLYPH_TYPE(glyph) (((glyph)->flags) & 0xFF)
|
Loading…
Reference in New Issue
Block a user