From 6b42d9aca7e49eca53f1390289cbee56dbda5c1e Mon Sep 17 00:00:00 2001 From: David Schleef Date: Sun, 18 May 2003 22:45:27 +0000 Subject: [PATCH] Change uint to guint Original commit message from CVS: Change uint to guint --- gst/parse/grammar.y | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gst/parse/grammar.y b/gst/parse/grammar.y index acac201..e428a71 100644 --- a/gst/parse/grammar.y +++ b/gst/parse/grammar.y @@ -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) { -- 2.7.4