Edit

IABSD.fr/xenocara/lib/libXfont/src/stubs/fatalerror.c

Branch :

  • Show log

    Commit

  • Author : matthieu
    Date : 2007-04-08 17:56:34
    Hash : 7b635a2b
    Message : import libXfont 1.2.8

  • lib/libXfont/src/stubs/fatalerror.c
  • #ifdef HAVE_CONFIG_H
    #include <config.h>
    #endif
    #include "stubs.h"
    
    #ifdef __SUNPRO_C
    #pragma weak FatalError
    #endif
    
    weak void
    FatalError(const char *f, ...)
    {
    }