]> granicus.if.org Git - graphviz/commitdiff
removed #define uchar since it conflicts with UWIN 4.2 sys/types.h
authorglenlow <devnull@localhost>
Tue, 19 Feb 2008 06:57:39 +0000 (06:57 +0000)
committerglenlow <devnull@localhost>
Tue, 19 Feb 2008 06:57:39 +0000 (06:57 +0000)
lib/graph/libgraph.h

index ade7e9e8a20615800a97b44496d8a480408b0eaa..c080ac4b2be16b250cb29bc65d6d099ed5becc07 100644 (file)
@@ -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 */