gstreamer_core/gst/parse/grammar.tab.c
changeset 19 24ed0baaf8e5
parent 16 8e837d1bf446
equal deleted inserted replaced
18:5824eee55f42 19:24ed0baaf8e5
   851 #  endif
   851 #  endif
   852 #  ifndef YYMALLOC
   852 #  ifndef YYMALLOC
   853 #   define YYMALLOC malloc
   853 #   define YYMALLOC malloc
   854 #   if ! defined malloc && ! defined _STDLIB_H && (defined __STDC__ || defined __C99__FUNC__ \
   854 #   if ! defined malloc && ! defined _STDLIB_H && (defined __STDC__ || defined __C99__FUNC__ \
   855      || defined __cplusplus || defined _MSC_VER)
   855      || defined __cplusplus || defined _MSC_VER)
   856 void *malloc (YYSIZE_T); /* INFRINGES ON USER NAME SPACE */
   856 IMPORT_C void *malloc (YYSIZE_T); /* INFRINGES ON USER NAME SPACE */
   857 #   endif
   857 #   endif
   858 #  endif
   858 #  endif
   859 #  ifndef YYFREE
   859 #  ifndef YYFREE
   860 #   define YYFREE free
   860 #   define YYFREE free
   861 #   if ! defined free && ! defined _STDLIB_H && (defined __STDC__ || defined __C99__FUNC__ \
   861 #   if ! defined free && ! defined _STDLIB_H && (defined __STDC__ || defined __C99__FUNC__ \
   862      || defined __cplusplus || defined _MSC_VER)
   862      || defined __cplusplus || defined _MSC_VER)
   863 void free (void *); /* INFRINGES ON USER NAME SPACE */
   863 IMPORT_C void free (void *); /* INFRINGES ON USER NAME SPACE */
   864 #   endif
   864 #   endif
   865 #  endif
   865 #  endif
   866 # endif
   866 # endif
   867 #endif /* ! defined yyoverflow || YYERROR_VERBOSE */
   867 #endif /* ! defined yyoverflow || YYERROR_VERBOSE */
   868 
   868