gstreamer_core/gst/parse/grammar.tab.h
changeset 8 4a7fac7dd34a
parent 0 0e761a78d257
child 30 7e817e7e631c
equal deleted inserted replaced
7:71e347f905f2 8:4a7fac7dd34a
    60 
    60 
    61 
    61 
    62 
    62 
    63 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
    63 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
    64 typedef union YYSTYPE
    64 typedef union YYSTYPE
    65 #line 521 "./grammar.y"
    65 #line 566 "./grammar.y"
    66 {
    66 {
    67     gchar *s;
    67     gchar *s;
    68     chain_t *c;
    68     chain_t *c;
    69     link_t *l;
    69     link_t *l;
    70     GstElement *e;
    70     GstElement *e;