]> 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/lexer.c

index 79a49767a4990712410f1c309d864e72a12dad7d..8659aab41f87a725fe903da789bd0be7e43ff69d 100644 (file)
@@ -30,9 +30,9 @@
 static FILE *Lexer_fp;
 static char *LexPtr, *TokenBuf;
 static int LineBufSize;
-static uchar In_comment;
-static uchar Comment_start;
-static uchar Start_html_string;
+static unsigned char In_comment;
+static unsigned char Comment_start;
+static unsigned char Start_html_string;
 int Line_number;
 static char *InputFile;
 static gets_f Lexer_gets;