Changeset 762407 in git for kernel/ringgb.h


Ignore:
Timestamp:
Feb 22, 2012, 8:13:49 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
7729907f549543f553ed6efd161b1abbfd835b3c
Parents:
1f5565d2829f45250e828d16e67ca4d3ea19e8a2
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-02-22 20:13:49+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-02-23 20:35:09+01:00
Message:
config.h is for sources files only

FIX: config.h should only be used by source (not from inside kernel/mod2.h!)

NOTE: each source file should better include mod2.h right after config.h,
while headers should better not include mod2.h.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/ringgb.h

    r1f5565d r762407  
    88#ifndef RINGGB_HEADER
    99#define RINGGB_HEADER
    10 #include <kernel/mod2.h>
     10// #include <kernel/mod2.h>
    1111
    1212#ifdef HAVE_RINGS
Note: See TracChangeset for help on using the changeset viewer.