Changeset 8bb03b in git for kernel


Ignore:
Timestamp:
Jul 19, 2011, 6:23:05 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
d24881483b861af455933b94bdd90bd3f5b9d74a
Parents:
99cfa5e3566af5edf083913e4d9a15e16196be67
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-07-19 18:23:05+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:52:42+01:00
Message:
kInline.h: comment about its nature
Location:
kernel
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • kernel/kInline.h

    r99cfa5e r8bb03b  
    1313
    1414#if !defined(NO_KINLINE) || defined(KUTIL_CC)
     15/* this file is a header file with inline routines,
     16 *     if NO_KINLINE is not defined (AND ONLY THEN!)
     17 * otherwise it is an part of kutil.cc and a source file!
     18 * (remark: NO_KINLINE is defined by KDEBUG, i.e. in the debug version)
     19 */
    1520
    1621#include <omalloc/omalloc.h>
  • kernel/tgb_internal.h

    r99cfa5e r8bb03b  
    6464#include <kernel/modulop.h>
    6565#include <kernel/kutil.h>
    66 #include <kernel/kInline.cc>
     66#include <kernel/kInline.h>
    6767#include <kernel/kstd1.h>
    6868#include <polys/kbuckets.h>
Note: See TracChangeset for help on using the changeset viewer.