Changeset 6098 for trunk/src


Ignore:
Timestamp:
Jun 25, 2001, 8:51:32 PM (24 years ago)
Author:
bird
Message:

Don't redefine INLINE.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/opengl/mesa/macros.h

    r3597 r6098  
    1 /* $Id: macros.h,v 1.2 2000-05-23 20:34:52 jeroen Exp $ */
     1/* $Id: macros.h,v 1.3 2001-06-25 18:51:32 bird Exp $ */
    22
    33/*
     
    6868#define INLINE __inline
    6969#else
     70#ifndef INLINE
    7071#define INLINE
     72#endif
    7173#endif
    7274
Note: See TracChangeset for help on using the changeset viewer.