Change uint to guint
authorDavid Schleef <ds@schleef.org>
Sun, 18 May 2003 22:45:27 +0000 (22:45 +0000)
committerDavid Schleef <ds@schleef.org>
Sun, 18 May 2003 22:45:27 +0000 (22:45 +0000)
Original commit message from CVS:
Change uint to guint

gst/parse/grammar.y

index acac201..e428a71 100644 (file)
@@ -16,9 +16,9 @@
 #define YYPARSE_PARAM graph
 
 #ifdef __GST_PARSE_TRACE
-static uint __strings;
-static uint __links;
-static uint __chains;
+static guint __strings;
+static guint __links;
+static guint __chains;
 gchar *
 __gst_parse_strdup (gchar *org)
 {