Changeset 1b49ff in git for libpolys/reporter/dError.c


Ignore:
Timestamp:
Mar 23, 2011, 6:00:22 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
630ca96539668c0d4cc157cc95f84f9a08e7d663
Parents:
53ca3d94166d37edb1866aebb7bb4d2fc87ade0d
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-03-23 18:00:22+01:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:04:12+01:00
Message:
ADD: AM_PROG_CC_C_O is needed for automake's per-C-Flags
FIX: reporter debug/optimized flags
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/reporter/dError.c

    r53ca3d r1b49ff  
    1111#ifndef DERROR_C
    1212#define DERROR_C
     13
    1314#include <stdarg.h>
    1415#include <stdio.h>
    15 #include <reporter/config.h>
     16
     17#include "config.h"
     18
    1619#include <reporter/reporter.h>
    1720#ifdef HAVE_CONFIG_H
Note: See TracChangeset for help on using the changeset viewer.