From 5ba4e773807a31cf8122b44acbd126f017c07912 Mon Sep 17 00:00:00 2001 From: glenlow Date: Tue, 19 Feb 2008 06:57:39 +0000 Subject: [PATCH] removed #define uchar since it conflicts with UWIN 4.2 sys/types.h --- lib/graph/libgraph.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lib/graph/libgraph.h b/lib/graph/libgraph.h index ade7e9e8a..c080ac4b2 100644 --- a/lib/graph/libgraph.h +++ b/lib/graph/libgraph.h @@ -37,9 +37,6 @@ extern "C" { #ifndef EXTERN #define EXTERN extern #endif -#ifndef uchar -#define uchar unsigned char -#endif #ifndef NIL #define NIL(t) ((t)0) @@ -119,7 +116,7 @@ extern "C" { char *edge_op; char *linebuf; short syntax_errors; - uchar accepting_state, init_called; + unsigned char accepting_state, init_called; } AG; /* follow structs used in graph parser */ -- 2.40.0