]> git.sesse.net Git - vlc/commitdiff
Undef a few local macros.
authorAntoine Cellerier <dionoea@videolan.org>
Mon, 22 Sep 2008 22:55:17 +0000 (00:55 +0200)
committerAntoine Cellerier <dionoea@videolan.org>
Mon, 22 Sep 2008 22:55:17 +0000 (00:55 +0200)
src/text/strings.c

index 165ab6192d66217b439a7111158561f1e94e56c0..ad2469b8e3a7b4a01031560edf28a0e6a72ff8df 100644 (file)
@@ -387,6 +387,7 @@ void resolve_xml_special_chars( char *psz_value )
             else TRY_CHAR( "&apos;", 6, '\'' )
             else TRY_CHAR( "&gt;", 4, '>' )
             else TRY_CHAR( "&quot;", 6, '"' )
+#undef TRY_CHAR
             else if( psz_value[1] == '#' )
             {
                 char *psz_end;
@@ -1000,6 +1001,8 @@ char *__str_format_meta( vlc_object_t *p_object, const char *string )
 
     return dst;
 }
+#undef INSERT_STRING
+#undef INSERT_STRING_NO_FREE
 
 /**
  * Apply str format time and str format meta