Changeset f769719 in git for omalloc/omStats.c


Ignore:
Timestamp:
Dec 8, 2010, 3:42:28 PM (13 years ago)
Author:
Mohamed Barakat <mohamed.barakat@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
a2f973393ba43b9dce2c49e8c0643b10b1124c38
Parents:
66602df307d8a961ac3f919e8cf623c1eed5bdf8
git-author:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2010-12-08 15:42:28+01:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 11:57:47+01:00
Message:
- we all got rid of makeheader (sorry Hans ;( )
  . renamed:    om_Alloc.h -> omalloc.h
- updated Makefile.am to install the public header files
- fixed the VERSION string issue
- got rid of the obsolete path stuff (Oleksandr is happier now)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • omalloc/omStats.c

    r66602d rf769719  
    1010#include <omalloc/omDefaultConfig.h>
    1111#include <omalloc/omMalloc.h>
    12 #include <omalloc/om_Alloc.h>
     12#include <omalloc/omalloc.h>
    1313
    1414omInfo_t om_Info = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0};
Note: See TracChangeset for help on using the changeset viewer.