Changeset 16f511 in git for libpolys/polys/prCopy.cc


Ignore:
Timestamp:
May 20, 2013, 8:19:19 PM (11 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
e62a1dcba3e4e6ef2ea1466f671ce574477a55e3
Parents:
b5d6f029419b1616c60cb73fcd2c05ec0aa4ae9c
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-05-20 20:19:19+02:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-05-24 14:52:20+02:00
Message:
Fixed the usage of "config.h" (if defined HAVE_CONFIG_H)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/prCopy.cc

    rb5d6f0 r16f511  
    66*/
    77
     8#ifdef HAVE_CONFIG_H
    89#include "config.h"
     10#endif /* HAVE_CONFIG_H */
    911#include <omalloc/omalloc.h>
    1012#include <polys/monomials/ring.h>
Note: See TracChangeset for help on using the changeset viewer.