Changeset 2039 for trunk/src/kmk/make.h


Ignore:
Timestamp:
Nov 3, 2008, 1:00:24 PM (17 years ago)
Author:
bird
Message:

kmk: gcc 3.2.3 optimiazation bugs/hacks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/make.h

    r1993 r2039  
    604604/* Free an item. */
    605605MY_INLINE void
    606 alloccache_free (struct alloccache *cache, void *item)
     606alloccache_free (struct alloccache *cache, void volatile *item)
    607607{
    608608  struct alloccache_free_ent *f = (struct alloccache_free_ent *)item;
Note: See TracChangeset for help on using the changeset viewer.