Skip to content
  • Tim Janik's avatar
    for non-i386 and non-alpha, or non gcc, implement BREAKPOINT() as raise (5 · 94322654
    Tim Janik authored
    Mon Aug 21 03:57:46 2000  Tim Janik  <timj@gtk.org>
    
            * glib.h (G_BREAKPOINT): for non-i386 and non-alpha, or non gcc,
            implement BREAKPOINT() as raise (5 /* SIGTRAP */);
    
            * glib.h: provide user-definable switch G_IMPLEMENT_INLINES,
            to turn on compilation of inline function implementations provided
            in header files with extern linkage.
            wrap inline function implementations into ifdef __G_UTILS_C__, so we
            really only compile them for gutils.c and not also into arbitrary user
            code that wants to make use of G_IMPLEMENT_INLINES.
            adjusted comment apropriately.
    
            * gutils.c: to turn on compilation of inline functions, provide
            #define G_IMPLEMENT_INLINES 1 and #define __G_UTILS_C__.
    94322654
To find the state of this project's repository at the time of any of these versions, check out the tags.