Changeset 599326 in git for omalloc/omalloc_provide.c


Ignore:
Timestamp:
Jul 17, 2010, 10:38:50 PM (14 years ago)
Author:
Kai Krüger <krueger@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
3c473cd1025f9dec9b7bf4cbe33d713158cac80f
Parents:
141b46d25737d79123bd198ebe5c05ea65afd1bf
Message:
Anne, Kai, Frank: 
- changes to #include "..." statements to allow cleaner build structure
- affected directories: omalloc, kernel, Singular
- not yet done: IntergerProgramming
                  


git-svn-id: file:///usr/local/Singular/svn/trunk@13032 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • omalloc/omalloc_provide.c

    r141b46d r599326  
    77 *  Version: $Id$
    88 *******************************************************************/
    9 #include "omConfig.h"
     9#include <omalloc/omConfig.h>
    1010
    1111#if OM_PROVIDE_MALLOC > 0
    1212#if OM_PROVIDE_MALLOC > 1
    13 #include "omalloc_debug.c"
     13#include <omalloc/omalloc_debug.c>
    1414#else
    15 #include "omalloc.c"
     15#include <omalloc/omalloc.c>
    1616#endif
    1717#endif
Note: See TracChangeset for help on using the changeset viewer.