From: glenlow Date: Tue, 19 Feb 2008 06:57:39 +0000 (+0000) Subject: removed #define uchar since it conflicts with UWIN 4.2 sys/types.h X-Git-Tag: LAST_LIBGRAPH~32^2~4720 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5ba4e773807a31cf8122b44acbd126f017c07912;p=graphviz removed #define uchar since it conflicts with UWIN 4.2 sys/types.h --- 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 */